Skip to content

Commit 39244a6

Browse files
Update spring boot to v2.7.15 (#9295)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6411a67 commit 39244a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ val DEPENDENCIES = listOf(
107107
"org.junit-pioneer:junit-pioneer:1.9.1",
108108
"org.objenesis:objenesis:3.3",
109109
// Note that this is only referenced as "org.springframework.boot" in build files, not the artifact name.
110-
"org.springframework.boot:spring-boot-dependencies:2.7.14",
110+
"org.springframework.boot:spring-boot-dependencies:2.7.15",
111111
"javax.validation:validation-api:2.0.1.Final",
112112
"org.snakeyaml:snakeyaml-engine:2.6"
113113
)

smoke-tests/images/spring-boot/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ plugins {
55
id("otel.java-conventions")
66

77
id("com.google.cloud.tools.jib")
8-
id("org.springframework.boot") version "2.7.14"
8+
id("org.springframework.boot") version "2.7.15"
99
}
1010

1111
dependencies {
1212
implementation(platform("io.opentelemetry:opentelemetry-bom:1.0.0"))
13-
implementation(platform("org.springframework.boot:spring-boot-dependencies:2.7.14"))
13+
implementation(platform("org.springframework.boot:spring-boot-dependencies:2.7.15"))
1414

1515
implementation("io.opentelemetry:opentelemetry-api")
1616
implementation(project(":instrumentation-annotations"))

0 commit comments

Comments
 (0)