File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11plugins {
22 java
3- id(" com.github.johnrengelman.shadow" ) version " 5.2.0 "
3+ id(" com.github.johnrengelman.shadow" ) version " 7.1.2 "
44 checkstyle
55}
66
@@ -24,10 +24,10 @@ dependencies {
2424
2525 implementation(" net.dv8tion:JDA:5.0.0-alpha.12" )
2626 implementation(" com.google.code.gson:gson:2.9.0" )
27- implementation(" org.yaml:snakeyaml:1.29 " )
27+ implementation(" org.yaml:snakeyaml:1.30 " )
2828 implementation(" com.google.re2j:re2j:1.6" )
2929
30- implementation(" ch.qos.logback:logback-classic:1.2.10 " )
30+ implementation(" ch.qos.logback:logback-classic:1.2.11 " )
3131 implementation(" com.mashape.unirest:unirest-java:1.4.9" )
3232
3333 // H2 Database
@@ -38,10 +38,10 @@ dependencies {
3838 implementation(" org.quartz-scheduler:quartz:2.3.2" )
3939
4040 // Lombok Annotations
41- compileOnly(" org.projectlombok:lombok:1.18.22 " )
42- annotationProcessor(" org.projectlombok:lombok:1.18.22 " )
43- testCompileOnly(" org.projectlombok:lombok:1.18.22 " )
44- testAnnotationProcessor(" org.projectlombok:lombok:1.18.22 " )
41+ compileOnly(" org.projectlombok:lombok:1.18.24 " )
42+ annotationProcessor(" org.projectlombok:lombok:1.18.24 " )
43+ testCompileOnly(" org.projectlombok:lombok:1.18.24 " )
44+ testAnnotationProcessor(" org.projectlombok:lombok:1.18.24 " )
4545}
4646
4747tasks.withType<Jar > {
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.3 .2-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.4 .2-bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments