File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ repositories {
2323
2424dependencies {
2525 implementation(kotlin(" stdlib" ))
26- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 " )
26+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 " )
2727 implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.1" )
2828 implementation(" org.mariadb.jdbc:mariadb-java-client:3.5.3" )
2929 implementation(" org.jetbrains.exposed:exposed-core:0.60.0" )
3030 implementation(" org.jetbrains.exposed:exposed-jdbc:0.60.0" )
3131
3232 testImplementation(kotlin(" test" ))
33- testImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.1 " )
33+ testImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2 " )
3434}
3535
3636java {
You can’t perform that action at this time.
0 commit comments