Skip to content

Commit f7dd819

Browse files
chore(deps): update all non-major dependencies (except core kotlin)
1 parent 56d1632 commit f7dd819

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

gradle/libs.versions.toml

+5-5
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.0"
11+
detekt = "1.23.6"
1212
dokka = "1.9.20"
1313
gradle-nexus-publish-plugin = "1.3.0"
1414
jacoco = "0.8.8"
@@ -21,8 +21,8 @@ plexus = "2.1.0"
2121
jbool = "1.24"
2222
kotlin-logging = "6.0.3"
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

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"
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)