File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,18 +20,18 @@ shadowJar {
2020}
2121
2222dependencies {
23- implementation ' ch.qos.logback:logback-classic:1.5.6 '
24- implementation ' ch.qos.logback:logback-core:1.5.6 '
25- implementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.0-rc1 '
26- implementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.0-rc1 '
23+ implementation ' ch.qos.logback:logback-classic:1.5.16 '
24+ implementation ' ch.qos.logback:logback-core:1.5.16 '
25+ implementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.2 '
26+ implementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2 '
2727 implementation ' io.github.furstenheim:copy_down:1.1'
28- implementation ' net.dv8tion:JDA:5.0.0-beta.24 '
29- implementation ' org.xerial:sqlite-jdbc:3.46 .0.0'
30- implementation ' org.flywaydb:flyway-core:10.15.0 '
28+ implementation ' net.dv8tion:JDA:5.3.0 '
29+ implementation ' org.xerial:sqlite-jdbc:3.49 .0.0'
30+ implementation ' org.flywaydb:flyway-core:11.3.1 '
3131
3232 testImplementation platform(' org.junit:junit-bom:5.11.0-M1' )
3333 testImplementation ' org.junit.jupiter:junit-jupiter'
34- testImplementation ' org.mockito:mockito-core:5.11.0 '
34+ testImplementation ' org.mockito:mockito-core:5.15.2 '
3535}
3636
3737test {
You can’t perform that action at this time.
0 commit comments