Skip to content

Commit b52810e

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

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

diktat-gradle-plugin/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
id("com.saveourtool.diktat.buildutils.code-quality-convention")
1111
id("com.saveourtool.diktat.buildutils.publishing-configuration")
1212
id("pl.droidsonroids.jacoco.testkit") version "1.0.12"
13-
id("org.gradle.test-retry") version "1.5.8"
13+
id("org.gradle.test-retry") version "1.5.9"
1414
id("com.gradle.plugin-publish") version "1.2.1"
1515
alias(libs.plugins.shadow)
1616
}

gradle/libs.versions.toml

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
[versions]
22
kotlin = "1.9.24"
33
kotlin-ksp = "1.9.24-1.0.20"
4-
serialization = "1.6.3"
4+
serialization = "1.7.0"
55
ktlint = "1.0.1"
66
junit = "5.10.2"
77
junit-platfrom = "1.10.2"
8-
guava = "33.0.0-jre"
9-
commons-cli = "1.6.0"
10-
commons-io = "2.15.1"
11-
detekt = "1.23.5"
8+
guava = "33.2.1-jre"
9+
commons-cli = "1.8.0"
10+
commons-io = "2.16.1"
11+
detekt = "1.23.6"
1212
dokka = "1.9.20"
1313
gradle-nexus-publish-plugin = "2.0.0"
1414
jacoco = "0.8.8"
1515
# maven
16-
maven-api = "3.9.6"
16+
maven-api = "3.9.7"
1717
maven-plugin-tools = "3.8.1"
1818
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.9"
2323
log4j2 = "2.23.1"
24-
kaml = "0.57.0"
25-
sarif4k = "0.5.0"
24+
kaml = "0.60.0"
25+
sarif4k = "0.6.0"
2626
jupiter-itf-extension = "0.13.1"
2727

2828
# executable jar
@@ -31,8 +31,8 @@ gradle-shadow = "8.1.1"
3131

3232
# copied from save-cloud
3333
jetbrains-annotations = "24.1.0"
34-
kotlinx-coroutines = "1.8.0"
35-
assertj = "3.25.3"
34+
kotlinx-coroutines = "1.8.1"
35+
assertj = "3.26.0"
3636
diktat = "2.0.0"
3737
reckon = "0.18.3"
3838
spotless = "6.25.0"
@@ -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.4"
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)