File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies {
19
19
api(platform(" org.eclipse.jetty:jetty-bom:12.0.11" ))
20
20
api(platform(" org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.11" ))
21
21
api(platform(" org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3" ))
22
- api(platform(" org.jetbrains.kotlinx:kotlinx-serialization-bom:1.6.0 " ))
22
+ api(platform(" org.jetbrains.kotlinx:kotlinx-serialization-bom:1.6.3 " ))
23
23
api(platform(" org.junit:junit-bom:5.10.3" ))
24
24
api(platform(" org.mockito:mockito-bom:5.12.0" ))
25
25
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ org.gradle.caching=true
4
4
org.gradle.jvmargs =-Xmx2048m
5
5
org.gradle.parallel =true
6
6
7
- kotlinVersion =1.9.22
7
+ kotlinVersion =1.9.24
8
8
9
9
kotlin.jvm.target.validation.mode =ignore
10
10
kotlin.stdlib.default.dependency =false
You can’t perform that action at this time.
0 commit comments