File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,18 +16,18 @@ val logstashEncoderVersion = "8.0"
16
16
val prometheusVersion = " 0.16.0"
17
17
val junitJupiterVersion = " 5.11.4"
18
18
val javaTimeAdapterVersion = " 1.1.3"
19
- val kotlinVersion = " 2.1.0 "
20
- val commonsCodecVersion = " 1.17.2 "
19
+ val kotlinVersion = " 2.1.10 "
20
+ val commonsCodecVersion = " 1.18.0 "
21
21
val ktfmtVersion = " 0.44"
22
22
val snappyJavaVersion = " 1.1.10.7"
23
23
val opentelemetryVersion = " 2.12.0"
24
24
val ibmMqVersion = " 9.4.1.1"
25
25
26
26
plugins {
27
27
id(" application" )
28
- kotlin(" jvm" ) version " 2.1.0 "
28
+ kotlin(" jvm" ) version " 2.1.10 "
29
29
id(" com.diffplug.spotless" ) version " 7.0.2"
30
- id(" com.gradleup.shadow" ) version " 8.3.5 "
30
+ id(" com.gradleup.shadow" ) version " 8.3.6 "
31
31
}
32
32
33
33
application {
You can’t perform that action at this time.
0 commit comments