@@ -9,7 +9,7 @@ plugins {
9
9
id(" com.diffplug.spotless" ) version " 7.2.1"
10
10
id(" com.github.jakemarsden.git-hooks" ) version " 0.0.2"
11
11
id(" io.github.platan.tests-execution-chart" ) version " 0.6.1"
12
- kotlin(" plugin.serialization" ) version " 2.1.0 "
12
+ kotlin(" plugin.serialization" ) version " 2.2.10 "
13
13
id(" pl.allegro.tech.build.axion-release" ) version " 1.19.1"
14
14
id(" com.github.ben-manes.versions" ) version " 0.52.0"
15
15
id(" io.github.gradle-nexus.publish-plugin" ) version " 2.0.0-rc-1"
@@ -65,7 +65,7 @@ dependencies {
65
65
implementation(project(" :tests-execution-chart-commons" ))
66
66
implementation(" org.jetbrains.kotlin:kotlin-stdlib" )
67
67
implementation(gradleApi())
68
- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.8 .0" )
68
+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.9 .0" )
69
69
70
70
testImplementation(platform(" org.codehaus.groovy:groovy-bom:3.0.22" ))
71
71
testImplementation(" org.codehaus.groovy:groovy" )
@@ -106,7 +106,7 @@ dependencies {
106
106
" functionalTestImplementation" (" org.spockframework:spock-core:2.3-groovy-3.0" ) {
107
107
exclude(group = " org.codehaus.groovy" )
108
108
}
109
- functionalTestImplementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.8 .0" )
109
+ functionalTestImplementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.9 .0" )
110
110
functionalTestImplementation(" com.github.ajalt.clikt:clikt:5.0.0" )
111
111
}
112
112
0 commit comments