Skip to content

Commit

Permalink
fix(deps): update spring boot to v2.7.16 (#9526)
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] committed Sep 21, 2023
1 parent d6c6e8a commit 6e7f955
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion benchmark-overhead-jmh/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

dependencies {
jmhImplementation("org.springframework.boot:spring-boot-starter-web:3.1.3")
jmhImplementation("org.springframework.boot:spring-boot-starter-web:3.1.4")
}

tasks {
Expand Down
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ val DEPENDENCIES = listOf(
"org.junit-pioneer:junit-pioneer:1.9.1",
"org.objenesis:objenesis:3.3",
// Note that this is only referenced as "org.springframework.boot" in build files, not the artifact name.
"org.springframework.boot:spring-boot-dependencies:2.7.15",
"org.springframework.boot:spring-boot-dependencies:2.7.16",
"javax.validation:validation-api:2.0.1.Final",
"org.snakeyaml:snakeyaml-engine:2.7"
)
Expand Down
2 changes: 1 addition & 1 deletion smoke-tests-otel-starter/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("otel.java-conventions")
id("org.springframework.boot") version "3.1.3"
id("org.springframework.boot") version "3.1.4"
id("org.graalvm.buildtools.native")
}

Expand Down
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.7.15"
id("org.springframework.boot") version "2.7.16"
}

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

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

0 comments on commit 6e7f955

Please sign in to comment.