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 Nov 28, 2024
1 parent 77946b0 commit 87d20ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.840"
kotlin-serialization = "1.6.3"
spring-boot = "3.2.3"
springdoc = "2.3.0"
spring-boot = "3.4.0"
springdoc = "2.7.0"

[plugins]

Expand Down
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ pluginManagement {
}

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

includeBuild("gradle/plugins")
Expand Down

0 comments on commit 87d20ea

Please sign in to comment.