@@ -2,7 +2,7 @@ import dev.slne.surf.surfapi.gradle.util.slneReleases
22import org.gradle.api.tasks.testing.logging.TestExceptionFormat
33
44plugins {
5- id(" dev.slne.surf.surfapi.gradle.core" ) version " 1.21.4+ "
5+ id(" dev.slne.surf.surfapi.gradle.core" )
66}
77
88group = " dev.slne.surf"
@@ -21,16 +21,16 @@ dependencies {
2121 runtimeOnly(libs.sqlite)
2222 runtimeOnly(libs.mariadb)
2323
24- testImplementation(platform(" org.junit:junit-bom:5.13.0 " ))
24+ testImplementation(platform(" org.junit:junit-bom:5.13.4 " ))
2525 testImplementation(" org.junit.jupiter:junit-jupiter" )
2626 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
2727 testImplementation(kotlin(" test" ))
2828 testImplementation(kotlin(" serialization" ))
2929 testImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2" )
3030 testImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-reactive:1.10.2" )
31- testImplementation(" org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.1 " )
32- testImplementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.1 " )
33- testImplementation(" dev.slne.surf:surf-api-standalone:1.21.4 +" )
31+ testImplementation(" org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.22 " )
32+ testImplementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.22 " )
33+ testImplementation(" dev.slne.surf:surf-api-standalone:1.21.7 +" )
3434}
3535
3636tasks.test {
@@ -43,7 +43,7 @@ tasks.test {
4343}
4444
4545kotlin {
46- jvmToolchain(21 )
46+ jvmToolchain(24 )
4747}
4848
4949publishing {
0 commit comments