Skip to content

Commit 82055e2

Browse files
committed
Update build.gradle
1 parent 3511550 commit 82055e2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ repositories {
1919
dependencies {
2020
implementation ('net.dv8tion:JDA:4.3.0_331') { exclude module: 'opus-java' }
2121

22-
implementation 'com.google.guava:guava:31.0.1-jre'
22+
implementation 'com.google.guava:guava:31.1-jre'
2323
implementation 'org.jsoup:jsoup:1.14.3'
2424
implementation 'org.apache.commons:commons-lang3:3.12.0'
25-
implementation 'mysql:mysql-connector-java:8.0.25'
25+
implementation 'mysql:mysql-connector-java:8.0.29'
2626
implementation "com.googlecode.json-simple:json-simple:1.1.1"
27-
implementation 'net.sourceforge.htmlunit:htmlunit:2.55.0'
28-
implementation 'com.google.code.gson:gson:2.8.9'
29-
implementation 'org.kohsuke:github-api:1.301'
27+
implementation 'net.sourceforge.htmlunit:htmlunit:2.62.0'
28+
implementation 'com.google.code.gson:gson:2.9.0'
29+
implementation 'org.kohsuke:github-api:1.306'
3030
implementation 'com.mattmalec:Pterodactyl4J:2.BETA_78'
3131
}
3232

@@ -42,8 +42,8 @@ buildscript {
4242
}
4343

4444
shadowJar {
45-
archiveName = 'TechDiscordBot.jar'
46-
destinationDir = file("build")
45+
archiveFileName = 'TechDiscordBot.jar'
46+
destinationDirectory = file("build")
4747
}
4848

4949
jar {

0 commit comments

Comments
 (0)