Skip to content

Commit

Permalink
Update all non-major dependencies (except core Kotlin) (#1716)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 24, 2023
1 parent 6b9a14b commit ef7e79c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ kotlin = "1.8.22"
kotlin-ksp = "1.8.22-1.0.11"
serialization = "1.5.1"
ktlint = "0.49.1"
junit = "5.9.3"
junit-platfrom = "1.9.3"
junit = "5.10.0"
junit-platfrom = "1.10.0"
guava = "32.1.1-jre"
commons-cli = "1.5.0"
commons-io = "2.13.0"
Expand Down Expand Up @@ -52,7 +52,7 @@ commons-compress = "1.22"
zip4j = "2.11.5"
ktoml = "0.4.1"
springdoc = "1.6.15"
spotless = "6.19.0"
spotless = "6.20.0"
arrow-kt = "1.1.5"
publish = "1.3.0"
download = "5.4.0"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pluginManagement {
}

plugins {
id("com.gradle.enterprise") version "3.13.4"
id("com.gradle.enterprise") version "3.14"
// 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.6.0"
}
Expand Down

0 comments on commit ef7e79c

Please sign in to comment.