Skip to content

Commit

Permalink
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 May 2, 2024
1 parent 77946b0 commit 20d3f45
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
@@ -1,9 +1,9 @@
[versions]
kotlin = "1.9.23"
kotlin-wrappers = "1.0.0-pre.715"
kotlin-wrappers = "1.0.0-pre.737"
kotlin-serialization = "1.6.3"
spring-boot = "3.2.3"
springdoc = "2.3.0"
spring-boot = "3.2.5"
springdoc = "2.5.0"

[plugins]

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

plugins {
id("com.gradle.enterprise") version "3.15.1"
id("com.gradle.enterprise") version "3.17.2"
id("org.ajoberstar.reckon.settings") version "0.18.3"
}

Expand Down

0 comments on commit 20d3f45

Please sign in to comment.