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 Feb 2, 2023
1 parent 47e5e01 commit ee6660e
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.10"
id("org.springframework.boot") version "2.7.8"
id("org.springframework.boot") version "3.0.2"
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.5")
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.8")
implementation("org.springframework.boot:spring-boot-starter-web:3.0.2")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4")
}

Expand Down

0 comments on commit ee6660e

Please sign in to comment.