Skip to content

Commit 4faa207

Browse files
committed
update dependencies
1 parent 6620034 commit 4faa207

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

gradle/libs.versions.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[versions]
2-
kotlin = "1.7.21"
2+
kotlin = "1.8.21"
33
build-jdk = "11"
4-
target-jdk = "8"
4+
target-jdk = "11"
55

6-
junit = "5.9.1"
6+
junit = "5.9.3"
77
jacoco = "0.8.7"
88

99
[libraries]
@@ -16,29 +16,29 @@ jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind" }
1616
jackson-yaml = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml" }
1717
jackson-kotlin = { module = "com.fasterxml.jackson.module:jackson-module-kotlin" }
1818

19-
checker = "org.checkerframework:checker:3.25.0"
19+
checker = "org.checkerframework:checker:3.34.0"
2020
jimfs = "com.google.jimfs:jimfs:1.2"
21-
slf4j = "org.slf4j:slf4j-api:2.0.6"
22-
logback = "ch.qos.logback:logback-classic:1.4.5"
21+
slf4j = "org.slf4j:slf4j-api:2.0.7"
22+
logback = "ch.qos.logback:logback-classic:1.4.7"
2323

24-
kotest-bom = "io.kotest:kotest-bom:5.5.4"
24+
kotest-bom = "io.kotest:kotest-bom:5.6.2"
2525
kotest-runner = { module = "io.kotest:kotest-runner-junit5" }
2626
kotest-datatest = { module = "io.kotest:kotest-framework-datatest" }
27-
mockk = "io.mockk:mockk:1.13.3"
27+
mockk = "io.mockk:mockk:1.13.5"
2828

29-
groovy-bom = "org.apache.groovy:groovy-bom:4.0.5"
29+
groovy-bom = "org.apache.groovy:groovy-bom:4.0.12"
3030
spock = "org.spockframework:spock-core:2.2-groovy-4.0"
3131

32-
plugin-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin"}
32+
plugin-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
3333
plugin-checker = "org.checkerframework:checkerframework-gradle-plugin:0.6.5"
34-
plugin-outdated = "com.github.ben-manes:gradle-versions-plugin:0.42.0"
34+
plugin-outdated = "com.github.ben-manes:gradle-versions-plugin:0.46.0"
3535

3636
[bundles]
3737
jackson = ["jackson-databind", "jackson-yaml", "jackson-kotlin"]
3838

3939
[plugins]
4040
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
41-
nexus = { id = "io.github.gradle-nexus.publish-plugin", version = "1.1.0" }
42-
jacoco = { id = "org.barfuin.gradle.jacocolog", version = "2.0.0" }
41+
nexus = { id = "io.github.gradle-nexus.publish-plugin", version = "1.3.0" }
42+
jacoco = { id = "org.barfuin.gradle.jacocolog", version = "3.1.0" }
4343
versions = { id = "com.github.ben-manes.versions", version = "0.44.0" }
44-
sonar = { id = "org.sonarqube", version = "3.5.0.2730" }
44+
sonar = { id = "org.sonarqube", version = "4.0.0.2929" }

0 commit comments

Comments
 (0)