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 Feb 5, 2024
1 parent 4f27fda commit a934a03
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ kotlin = "1.9.22"
kotlin-ksp = "1.9.22-1.0.17"
serialization = "1.6.2"
ktlint = "1.0.1"
junit = "5.10.1"
junit-platfrom = "1.10.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"
Expand Down Expand Up @@ -32,7 +32,7 @@ gradle-shadow = "8.1.1"
# copied from save-cloud
jetbrains-annotations = "24.1.0"
kotlinx-coroutines = "1.7.3"
assertj = "3.25.2"
assertj = "3.25.3"
diktat = "2.0.0"
reckon = "0.18.2"
spotless = "6.25.0"
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.11" }
slf4j-api = { module = "org.slf4j:slf4j-api", version = "2.0.12" }
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

0 comments on commit a934a03

Please sign in to comment.