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] committed May 10, 2024
1 parent b5638a4 commit c27796d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion diktat-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
id("com.saveourtool.diktat.buildutils.code-quality-convention")
id("com.saveourtool.diktat.buildutils.publishing-configuration")
id("pl.droidsonroids.jacoco.testkit") version "1.0.12"
id("org.gradle.test-retry") version "1.5.8"
id("org.gradle.test-retry") version "1.5.9"
id("com.gradle.plugin-publish") version "1.2.1"
alias(libs.plugins.shadow)
}
Expand Down
18 changes: 9 additions & 9 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"
commons-cli = "1.6.0"
commons-io = "2.15.1"
detekt = "1.23.5"
guava = "33.2.0-jre"
commons-cli = "1.7.0"
commons-io = "2.16.1"
detekt = "1.23.6"
dokka = "1.9.20"
gradle-nexus-publish-plugin = "1.3.0"
jacoco = "0.8.8"
Expand All @@ -19,10 +19,10 @@ maven-plugin-testing-harness = "3.3.0"
plexus = "2.1.0"

jbool = "1.24"
kotlin-logging = "6.0.3"
kotlin-logging = "6.0.9"
log4j2 = "2.23.1"
kaml = "0.57.0"
sarif4k = "0.5.0"
kaml = "0.59.0"
sarif4k = "0.6.0"
jupiter-itf-extension = "0.13.1"

# executable jar
Expand All @@ -31,7 +31,7 @@ gradle-shadow = "8.1.1"

# copied from save-cloud
jetbrains-annotations = "24.1.0"
kotlinx-coroutines = "1.8.0"
kotlinx-coroutines = "1.8.1"
assertj = "3.25.3"
diktat = "2.0.0"
reckon = "0.18.3"
Expand Down Expand Up @@ -106,7 +106,7 @@ jbool-expressions = { module = "com.bpodgursky:jbool_expressions", version.ref =

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

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.3"
// 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 c27796d

Please sign in to comment.