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 1
1
plugins {
2
2
id(" java" )
3
3
application
4
- kotlin(" jvm" ) version " 1.9.25 "
4
+ kotlin(" jvm" ) version " 2.1.0 "
5
5
}
6
6
7
7
group = " pw.chew"
@@ -21,11 +21,11 @@ repositories {
21
21
dependencies {
22
22
implementation(" net.dv8tion" , " JDA" , " 5.2.0" )
23
23
implementation(" pw.chew" , " jda-chewtils" , " 2.0" )
24
- implementation(" org.json" , " json" , " 20240303 " )
24
+ implementation(" org.json" , " json" , " 20250107 " )
25
25
implementation(" ch.qos.logback" , " logback-classic" , " 1.5.6" )
26
26
implementation(" mysql" , " mysql-connector-java" , " 8.0.33" )
27
27
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.4 .Final" )
29
29
implementation(" com.github.ben-manes.caffeine" , " caffeine" , " 3.1.8" )
30
30
31
31
testImplementation(" org.junit.jupiter:junit-jupiter-api:5.10.3" )
You can’t perform that action at this time.
0 commit comments