Skip to content

Commit 0f38d5c

Browse files
committed
update dependencies
1 parent e9743d0 commit 0f38d5c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
processor = "2026.2-SNAPSHOT"
33

4-
kotlin = "2.2.21"
4+
kotlin = "2.3.0"
55
target-jdk = "11"
66
build-jdk = "17"
77
build-plugins = "2026.1"
@@ -20,12 +20,12 @@ diff = { module = "io.github.java-diff-utils:java-diff-utils", version = "4.16"
2020

2121
logback = "ch.qos.logback:logback-classic:1.5.26"
2222

23-
kotest-bom = "io.kotest:kotest-bom:6.0.7"
23+
kotest-bom = "io.kotest:kotest-bom:6.1.2"
2424
kotest-runner = { module = "io.kotest:kotest-runner-junit5" }
2525
kotest-table = { module = "io.kotest:kotest-assertions-table" }
2626
mockk = "io.mockk:mockk:1.14.7"
2727

28-
groovy-bom = "org.apache.groovy:groovy-bom:5.0.3"
28+
groovy-bom = "org.apache.groovy:groovy-bom:5.0.4"
2929
spock = "org.spockframework:spock-core:2.4-groovy-5.0"
3030

3131
# for buildSrc convention plugins

0 commit comments

Comments
 (0)