File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ description = "A library for interacting with blocking JDBC drivers using Kotlin
1010plugins {
1111 `maven- publish`
1212 signing
13- kotlin(" jvm" ) version " 1.4.0 "
14- id(" com.github.ben-manes.versions" ) version " 0.29 .0"
13+ kotlin(" jvm" ) version " 1.4.21-2 "
14+ id(" com.github.ben-manes.versions" ) version " 0.36 .0"
1515 id(" org.jetbrains.dokka" ) version " 0.10.1"
1616 id(" net.researchgate.release" ) version " 2.8.1"
1717}
@@ -23,11 +23,11 @@ repositories {
2323
2424dependencies {
2525 implementation(kotlin(" stdlib" ))
26- implementation(" com.michael-bull.kotlin-inline-logger:kotlin-inline-logger:1.0.2 " )
27- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9 " )
28- testImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.3.9 " )
29- testImplementation(" org.junit.jupiter:junit-jupiter:5.6.2 " )
30- testImplementation(" io.mockk:mockk:1.10.0 " )
26+ implementation(" com.michael-bull.kotlin-inline-logger:kotlin-inline-logger:1.0.3 " )
27+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2 " )
28+ testImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.4.2 " )
29+ testImplementation(" org.junit.jupiter:junit-jupiter:5.7.0 " )
30+ testImplementation(" io.mockk:mockk:1.10.5 " )
3131}
3232
3333tasks.withType<DependencyUpdatesTask > {
You can’t perform that action at this time.
0 commit comments