Skip to content

Commit

Permalink
Update spring boot to v2.7.14 (#9117)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 2, 2023
1 parent 0f3b7a2 commit 54f66f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smoke-tests/images/spring-boot/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ plugins {
id("otel.java-conventions")

id("com.google.cloud.tools.jib")
id("org.springframework.boot") version "2.6.6"
id("org.springframework.boot") version "2.7.14"
}

dependencies {
implementation(platform("io.opentelemetry:opentelemetry-bom:1.0.0"))
implementation(platform("org.springframework.boot:spring-boot-dependencies:2.6.6"))
implementation(platform("org.springframework.boot:spring-boot-dependencies:2.7.14"))

implementation("io.opentelemetry:opentelemetry-api")
implementation(project(":instrumentation-annotations"))
Expand Down

0 comments on commit 54f66f8

Please sign in to comment.