@@ -48,11 +48,11 @@ dependencies {
48
48
implementation group : ' org.spongepowered' , name : ' configurate-gson' , version : ' 4.2.0'
49
49
50
50
implementation group : ' io.codemc.api' , name : ' codemc-api' , version : ' 1.2.2'
51
- implementation group : ' org.jetbrains.kotlinx' , name : ' kotlinx-coroutines-core' , version : ' 1.10.1 '
51
+ implementation group : ' org.jetbrains.kotlinx' , name : ' kotlinx-coroutines-core' , version : ' 1.10.2 '
52
52
implementation group : ' org.jetbrains.kotlinx' , name : ' kotlinx-serialization-json' , version : ' 1.8.1'
53
53
implementation group : ' org.mariadb.jdbc' , name : ' mariadb-java-client' , version : ' 3.5.3'
54
- implementation group : ' org.jetbrains.exposed' , name : ' exposed-core' , version : ' 0.60 .0'
55
- implementation group : ' org.jetbrains.exposed' , name : ' exposed-jdbc' , version : ' 0.60 .0'
54
+ implementation group : ' org.jetbrains.exposed' , name : ' exposed-core' , version : ' 0.61 .0'
55
+ implementation group : ' org.jetbrains.exposed' , name : ' exposed-jdbc' , version : ' 0.61 .0'
56
56
57
57
testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api' , version : ' 5.12.1'
58
58
testImplementation group : ' org.junit.platform' , name : ' junit-platform-launcher'
0 commit comments