Skip to content

Commit a624c22

Browse files
fix(deps): update spring boot
1 parent fb35434 commit a624c22

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

benchmark-overhead-jmh/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ otelJava {
1313
}
1414

1515
dependencies {
16-
jmhImplementation("org.springframework.boot:spring-boot-starter-web:3.5.7")
16+
jmhImplementation("org.springframework.boot:spring-boot-starter-web:3.5.8")
1717
}
1818

1919
tasks {

smoke-tests-otel-starter/spring-boot-common/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "smoke-tests-otel-starter-spring-boot-common"
66

77
dependencies {
88
// spring dependencies are compile only to enable testing against different versions of spring
9-
compileOnly(platform("org.springframework.boot:spring-boot-dependencies:2.6.15"))
9+
compileOnly(platform("org.springframework.boot:spring-boot-dependencies:2.7.18"))
1010
compileOnly("org.springframework.boot:spring-boot-starter-web")
1111
compileOnly("org.springframework.boot:spring-boot-starter-test")
1212
compileOnly("org.springframework.boot:spring-boot-starter-data-jdbc")

smoke-tests-otel-starter/spring-boot-reactive-common/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "smoke-tests-otel-starter-spring-boot-reactive-common"
66

77
dependencies {
88
// spring dependencies are compile only to enable testing against different versions of spring
9-
compileOnly(platform("org.springframework.boot:spring-boot-dependencies:2.6.15"))
9+
compileOnly(platform("org.springframework.boot:spring-boot-dependencies:2.7.18"))
1010
compileOnly("org.springframework.boot:spring-boot-starter-web")
1111
compileOnly("org.springframework.boot:spring-boot-starter-webflux")
1212
compileOnly("org.springframework.boot:spring-boot-starter-test")

smoke-tests-otel-starter/spring-smoke-testing/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "smoke-tests-otel-starter-spring-smoke-testing"
66

77
dependencies {
88
// spring dependencies are compile only to enable testing against different versions of spring
9-
compileOnly(platform("org.springframework.boot:spring-boot-dependencies:2.6.15"))
9+
compileOnly(platform("org.springframework.boot:spring-boot-dependencies:2.7.18"))
1010
compileOnly("org.springframework.boot:spring-boot-starter")
1111
compileOnly("org.springframework.boot:spring-boot-starter-test")
1212
api("io.opentelemetry.javaagent:opentelemetry-testing-common")

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 "3.5.7"
8+
id("org.springframework.boot") version "3.5.8"
99
}
1010

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

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

0 commit comments

Comments
 (0)