Skip to content

Commit 8444a2d

Browse files
Bump spring-boot-dependencies from 2.7.5 to 3.0.2
Bumps [spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 2.7.5 to 3.0.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.7.5...v3.0.2) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 80136d6 commit 8444a2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ val DEPENDENCIES = listOf(
104104
"org.junit-pioneer:junit-pioneer:1.9.1",
105105
"org.objenesis:objenesis:3.3",
106106
// Note that this is only referenced as "org.springframework.boot" in build files, not the artifact name.
107-
"org.springframework.boot:spring-boot-dependencies:2.7.5",
107+
"org.springframework.boot:spring-boot-dependencies:3.0.2",
108108
"javax.validation:validation-api:2.0.1.Final",
109109
"org.yaml:snakeyaml:1.33"
110110
)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99

1010
dependencies {
1111
implementation(platform("io.opentelemetry:opentelemetry-bom:1.0.0"))
12-
implementation(platform("org.springframework.boot:spring-boot-dependencies:2.6.6"))
12+
implementation(platform("org.springframework.boot:spring-boot-dependencies:3.0.2"))
1313

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

0 commit comments

Comments
 (0)