Skip to content

Commit 0e620aa

Browse files
Bump org.springframework.boot:spring-boot-dependencies (#340)
Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 2.7.5 to 2.7.9. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.7.5...v2.7.9) --- 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 dfa7013 commit 0e620aa

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.19.0",
4444
"org.junit:junit-bom:5.9.1",
45-
"org.springframework.boot:spring-boot-dependencies:2.7.5",
45+
"org.springframework.boot:spring-boot-dependencies:2.7.9",
4646
"org.testcontainers:testcontainers-bom:1.17.6",
4747
"software.amazon.awssdk:bom:2.20.12"
4848
)

0 commit comments

Comments
 (0)