File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11plugins {
22 id(" java" )
33 application
4- kotlin(" jvm" ) version " 1.9.25 "
4+ kotlin(" jvm" ) version " 2.1.0 "
55}
66
77group = " pw.chew"
@@ -21,11 +21,11 @@ repositories {
2121dependencies {
2222 implementation(" net.dv8tion" , " JDA" , " 5.2.0" )
2323 implementation(" pw.chew" , " jda-chewtils" , " 2.0" )
24- implementation(" org.json" , " json" , " 20240303 " )
24+ implementation(" org.json" , " json" , " 20250107 " )
2525 implementation(" ch.qos.logback" , " logback-classic" , " 1.5.6" )
2626 implementation(" mysql" , " mysql-connector-java" , " 8.0.33" )
2727 implementation(" org.mapdb" , " mapdb" , " 3.1.0" )
28- implementation(" org.hibernate" , " hibernate-core" , " 5 .6.15 .Final" )
28+ implementation(" org.hibernate" , " hibernate-core" , " 6 .6.5 .Final" )
2929 implementation(" com.github.ben-manes.caffeine" , " caffeine" , " 3.1.8" )
3030
3131 testImplementation(" org.junit.jupiter:junit-jupiter-api:5.10.3" )
You can’t perform that action at this time.
0 commit comments