22graal = " 25.0.2"
33groovy = " 4.0.30"
44jdbi = " 3.32.0"
5- jackson = " 2.20 .0"
6- jjwt = " 0.10.5 "
5+ jackson = " 2.21 .0"
6+ jjwt = " 0.13.0 "
77junit = " 5.10.0"
88
99[libraries ]
1010
11- angusmail = { module = " org.eclipse.angus:angus-mail" , version = " 2.0.1 " }
11+ angusmail = { module = " org.eclipse.angus:angus-mail" , version = " 2.0.5 " }
1212annotations = { module = " org.jetbrains:annotations" , version = " 24.0.1" }
13- args4j = { module = " args4j:args4j" , version = " 2.33 " }
13+ args4j = { module = " args4j:args4j" , version = " 2.37 " }
1414assertj = { module = " org.assertj:assertj-core" , version = " 3.25.1" }
15- autoservice = { module = " com.google.auto.service:auto-service" , version = " 1.0.1" }
1615authlib = { module = " com.mojang:authlib" , version = " 7.0.61" }
1716
18- bcpkix = { module = " org.bouncycastle:bcpkix-jdk15on " , version = " 1.58 " }
17+ bcpkix = { module = " org.bouncycastle:bcpkix-jdk18on " , version = " 1.83 " }
1918
19+ caffeine = { module = " com.github.ben-manes.caffeine:caffeine" , version = " 3.2.3" }
2020# TODO - switch back to the normal maven one once https://github.com/Chew/JDA-Chewtils/pull/93 is merged
2121chewtils = { module = " com.github.Chew:JDA-Chewtils" , version = " 39a83bd8" }
2222
23- fastutil = { module = " it.unimi.dsi:fastutil" , version = " 8.5.12 " }
24- flyway = { module = " org.flywaydb:flyway-core" , version = " 8.5.13 " }
23+ fastutil = { module = " it.unimi.dsi:fastutil" , version = " 8.5.18 " }
24+ flyway = { module = " org.flywaydb:flyway-core" , version = " 12.0.0 " }
2525
2626githubapi = { module = " org.kohsuke:github-api" , version = " 1.330" }
2727graal-js = { module = " org.graalvm.js:js" , version.ref = " graal" }
@@ -30,23 +30,23 @@ graal-js-scriptengine = { module = "org.graalvm.js:js-scriptengine", version.ref
3030groovy = { module = " org.apache.groovy:groovy" , version.ref = " groovy" }
3131groovy-contracts = { module = " org.apache.groovy:groovy-contracts" , version.ref = " groovy" }
3232
33- guava = { module = " com.google.guava:guava" , version = " 30.1.1 -jre" }
33+ guava = { module = " com.google.guava:guava" , version = " 33.5.0 -jre" }
3434
35- jda = { module = " net.dv8tion:JDA" , version = " 6.0 .0" }
35+ jda = { module = " net.dv8tion:JDA" , version = " 6.3 .0" }
3636
3737jdbi-core = { module = " org.jdbi:jdbi3-core" , version.ref = " jdbi" }
3838jdbi-sqlobject = { module = " org.jdbi:jdbi3-sqlobject" , version.ref = " jdbi" }
3939
4040j2html = { module = " com.j2html:j2html" , version = " 1.6.0" }
4141
4242jackson-yaml = { module = " com.fasterxml.jackson.dataformat:jackson-dataformat-yaml" , version.ref = " jackson" }
43- javalin = { module = " io.javalin:javalin" , version = " 6.3 .0" }
43+ javalin = { module = " io.javalin:javalin" , version = " 6.7 .0" }
4444
4545jjwt-api = { module = " io.jsonwebtoken:jjwt-api" , version.ref = " jjwt" }
4646jjwt-impl = { module = " io.jsonwebtoken:jjwt-impl" , version.ref = " jjwt" }
4747jjwt-jackson = { module = " io.jsonwebtoken:jjwt-jackson" , version.ref = " jjwt" }
4848
49- json = { module = " org.json:json" , version = " 20231013 " }
49+ json = { module = " org.json:json" , version = " 20251224 " }
5050junit-bom = { module = " org.junit:junit-bom" , version.ref = " junit" }
5151junit-api = { module = " org.junit.jupiter:junit-jupiter-api" }
5252junit-engine = { module = " org.junit.jupiter:junit-jupiter-engine" }
@@ -56,10 +56,10 @@ logback = { module = "ch.qos.logback:logback-classic", version = "1.5.6" }
5656
5757mavenartifact = { module = " org.apache.maven:maven-artifact" , version = " 3.9.1" }
5858
59- re2j = { module = " com.google.re2j:re2j" , version = " 1.7 " }
59+ re2j = { module = " com.google.re2j:re2j" , version = " 1.8 " }
6060
6161semver = { module = " com.matyrobbrt:semver-graaljs" , version = " 1.1.0" }
62- sqlitejdbc = { module = " org.xerial:sqlite-jdbc" , version = " 3.40.0 .0" }
62+ sqlitejdbc = { module = " org.xerial:sqlite-jdbc" , version = " 3.51.1 .0" }
6363
6464trove4j = { module = " net.sf.trove4j:trove4j" , version = " 3.0.3" }
6565
0 commit comments