File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ repositories {
19
19
dependencies {
20
20
implementation (' net.dv8tion:JDA:4.3.0_331' ) { exclude module : ' opus-java' }
21
21
22
- implementation ' com.google.guava:guava:31.0. 1-jre'
22
+ implementation ' com.google.guava:guava:31.1-jre'
23
23
implementation ' org.jsoup:jsoup:1.14.3'
24
24
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 '
26
26
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 '
30
30
implementation ' com.mattmalec:Pterodactyl4J:2.BETA_78'
31
31
}
32
32
@@ -42,8 +42,8 @@ buildscript {
42
42
}
43
43
44
44
shadowJar {
45
- archiveName = ' TechDiscordBot.jar'
46
- destinationDir = file(" build" )
45
+ archiveFileName = ' TechDiscordBot.jar'
46
+ destinationDirectory = file(" build" )
47
47
}
48
48
49
49
jar {
You can’t perform that action at this time.
0 commit comments