Skip to content

Commit d5da925

Browse files
chore(deps): update all non-major dependencies (except core kotlin)
1 parent df434f2 commit d5da925

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

gradle/libs.versions.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ serialization = "1.6.3"
55
ktlint = "1.0.1"
66
junit = "5.10.2"
77
junit-platfrom = "1.10.2"
8-
guava = "33.0.0-jre"
8+
guava = "33.1.0-jre"
99
commons-cli = "1.6.0"
10-
commons-io = "2.15.1"
11-
detekt = "1.23.5"
10+
commons-io = "2.16.1"
11+
detekt = "1.23.6"
1212
dokka = "1.9.20"
1313
gradle-nexus-publish-plugin = "1.3.0"
1414
jacoco = "0.8.8"
@@ -19,10 +19,10 @@ maven-plugin-testing-harness = "3.3.0"
1919
plexus = "2.1.0"
2020

2121
jbool = "1.24"
22-
kotlin-logging = "6.0.3"
22+
kotlin-logging = "6.0.4"
2323
log4j2 = "2.23.1"
24-
kaml = "0.57.0"
25-
sarif4k = "0.5.0"
24+
kaml = "0.58.0"
25+
sarif4k = "0.6.0"
2626
jupiter-itf-extension = "0.13.1"
2727

2828
# executable jar
@@ -106,7 +106,7 @@ jbool-expressions = { module = "com.bpodgursky:jbool_expressions", version.ref =
106106

107107
# logging
108108
kotlin-logging = { module = "io.github.oshai:kotlin-logging", version.ref = "kotlin-logging" }
109-
slf4j-api = { module = "org.slf4j:slf4j-api", version = "2.0.12" }
109+
slf4j-api = { module = "org.slf4j:slf4j-api", version = "2.0.13" }
110110
log4j2-core = { module = "org.apache.logging.log4j:log4j-core", version.ref = "log4j2" }
111111
log4j2-slf4j2 = { module = "org.apache.logging.log4j:log4j-slf4j2-impl", version.ref = "log4j2" }
112112

settings.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pluginManagement {
4040
}
4141

4242
plugins {
43-
id("com.gradle.enterprise") version "3.16.2"
43+
id("com.gradle.enterprise") version "3.17.1"
4444
// starting from Gradle 8, it's needed to configure a repo from which to take Java for a toolchain
4545
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
4646
}

0 commit comments

Comments
 (0)