Skip to content

Commit

Permalink
fix(deps): update spring boot to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 21, 2024
1 parent 5fc235a commit b148ef7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("jvm") version "1.8.22"
id("org.springframework.boot") version "2.7.12"
id("org.springframework.boot") version "3.4.0"
id("org.jlleitschuh.gradle.ktlint") version "11.1.0"
id("org.jlleitschuh.gradle.ktlint-idea") version "11.1.0"
jacoco
Expand All @@ -20,7 +20,7 @@ dependencies {
implementation("com.azure:azure-digitaltwins-core:1.3.9")
implementation("com.azure:azure-identity:1.5.3")
implementation("com.google.code.gson:gson:2.10.1")
implementation("org.springframework.boot:spring-boot-starter-web:2.7.12")
implementation("org.springframework.boot:spring-boot-starter-web:3.3.6")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1")
}

Expand Down

0 comments on commit b148ef7

Please sign in to comment.