Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (except core kotlin)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 2, 2024
1 parent df434f2 commit dfe2760
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ serialization = "1.6.3"
ktlint = "1.0.1"
junit = "5.10.2"
junit-platfrom = "1.10.2"
guava = "33.0.0-jre"
guava = "33.1.0-jre"
commons-cli = "1.6.0"
commons-io = "2.15.1"
detekt = "1.23.5"
commons-io = "2.16.0"
detekt = "1.23.6"
dokka = "1.9.20"
gradle-nexus-publish-plugin = "1.3.0"
jacoco = "0.8.8"
Expand All @@ -21,8 +21,8 @@ plexus = "2.1.0"
jbool = "1.24"
kotlin-logging = "6.0.3"
log4j2 = "2.23.1"
kaml = "0.57.0"
sarif4k = "0.5.0"
kaml = "0.58.0"
sarif4k = "0.6.0"
jupiter-itf-extension = "0.13.1"

# executable jar
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pluginManagement {
}

plugins {
id("com.gradle.enterprise") version "3.16.2"
id("com.gradle.enterprise") version "3.17"
// starting from Gradle 8, it's needed to configure a repo from which to take Java for a toolchain
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}
Expand Down

0 comments on commit dfe2760

Please sign in to comment.