Skip to content

Commit a19fe46

Browse files
Bump org.springframework.boot:spring-boot-dependencies (#373)
Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 2.7.9 to 2.7.10. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.7.9...v2.7.10) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 097d459 commit a19fe46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ val DEPENDENCY_BOMS = listOf(
4242
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:${if (!TEST_SNAPSHOTS) "$otelVersion-alpha" else "$otelSnapshotVersion-alpha-SNAPSHOT"}",
4343
"org.apache.logging.log4j:log4j-bom:2.20.0",
4444
"org.junit:junit-bom:5.9.2",
45-
"org.springframework.boot:spring-boot-dependencies:2.7.9",
45+
"org.springframework.boot:spring-boot-dependencies:2.7.10",
4646
"org.testcontainers:testcontainers-bom:1.17.6",
4747
"software.amazon.awssdk:bom:2.20.22"
4848
)

0 commit comments

Comments
 (0)