File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
33import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
44
55plugins {
6- kotlin(" jvm" ) version " 2.2.21 "
6+ kotlin(" jvm" ) version " 2.3.0 "
77 id(" org.jetbrains.dokka" ) version " 2.1.0"
88 id(" io.github.goooler.shadow" ) version " 8.1.8"
99
@@ -25,7 +25,7 @@ dependencies {
2525 implementation(kotlin(" stdlib" ))
2626 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2" )
2727 implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0" )
28- implementation(" org.mariadb.jdbc:mariadb-java-client:3.5.6 " )
28+ implementation(" org.mariadb.jdbc:mariadb-java-client:3.5.7 " )
2929 implementation(" org.jetbrains.exposed:exposed-core:0.61.0" )
3030 implementation(" org.jetbrains.exposed:exposed-jdbc:0.61.0" )
3131
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-9.2.0 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.2.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments