Skip to content

Commit

Permalink
fix(deps): update kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
figure-renovate[bot] committed Feb 16, 2024
1 parent 82f9d17 commit d88b978
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ hikari = "5.0.1"
jackson = "2.12.5"
jackson-protobuf = "0.9.13"
jwt = "3.19.4"
kotlin = "1.9.0"
kotlin-coroutines = "1.7.3"
kotlin = "1.9.22"
kotlin-coroutines = "1.8.0"
# IMPORTANT: Kotlin Logging cannot be upgraded to version 3.x+ because Spring relies on an older set of logging libraries
# and the newer Kotlin Logging libraries mandate newer logging. Spring will start exploding when the app launches in
# kube due to the slf4j remover.
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ pluginManagement {
google()
}
plugins {
kotlin("jvm") version "1.9.0"
kotlin("plugin.spring") version "1.9.0" apply false
kotlin("jvm") version "1.9.22"
kotlin("plugin.spring") version "1.9.22" apply false
id("org.springframework.boot") version "3.1.1" apply false
id("io.spring.dependency-management") version "1.1.3" apply false
id("idea")
Expand Down

0 comments on commit d88b978

Please sign in to comment.