Skip to content

Commit

Permalink
chore: update Spring versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronny Bräunlich committed Nov 20, 2024
1 parent ea1da9b commit c8e63b5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ tasks.withType<Test> {
}

tasks.withType<KotlinCompile> {
kotlinOptions.jvmTarget = "1.8"
kotlinOptions.jvmTarget = "17"
}

java {
targetCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_17
sourceCompatibility = JavaVersion.VERSION_17
}

repositories {
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
jvm = "1.8"
jvm = "17"
kotlin = "1.8.21"
kotlinx-coroutines = "1.7.2"
kotest = "5.8.1"
spring = "5.3.39"
spring-boot = "2.7.16"
kotest = "5.9.1"
spring = "6.2.0"
spring-boot = "3.3.5"
byte-buddy = "1.14.18"

[libraries]
Expand Down

0 comments on commit c8e63b5

Please sign in to comment.