File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ val logbackVersion: String = project.property("logback_version") as String
8
8
val postgresVersion: String = project.property(" postgres_version" ) as String
9
9
10
10
plugins {
11
- kotlin(" jvm" ) version " 2.0.20 "
12
- id(" io.ktor.plugin" ) version " 2.3.12 "
13
- id(" org.jetbrains.kotlin.plugin.serialization" ) version " 2.0.20 "
14
- id(" org.jlleitschuh.gradle.ktlint" ) version " 12.1.1 "
11
+ kotlin(" jvm" ) version " 2.1.21 "
12
+ id(" io.ktor.plugin" ) version " 3.1.3 "
13
+ id(" org.jetbrains.kotlin.plugin.serialization" ) version " 2.1.21 "
14
+ id(" org.jlleitschuh.gradle.ktlint" ) version " 12.2.0 "
15
15
}
16
16
17
17
group = " org.rogervinas"
@@ -52,9 +52,9 @@ dependencies {
52
52
testImplementation(" io.ktor:ktor-server-tests-jvm:$ktorVersion " )
53
53
testImplementation(" org.jetbrains.kotlin:kotlin-test-junit5:$kotlinVersion " )
54
54
55
- testImplementation(" io.mockk:mockk:1.13.12 " )
56
- testImplementation(" org.testcontainers:junit-jupiter:1.20.2 " )
57
- testImplementation(" org.assertj:assertj-core:3.26 .3" )
55
+ testImplementation(" io.mockk:mockk:1.14.2 " )
56
+ testImplementation(" org.testcontainers:junit-jupiter:1.21.0 " )
57
+ testImplementation(" org.assertj:assertj-core:3.27 .3" )
58
58
}
59
59
60
60
java {
You can’t perform that action at this time.
0 commit comments