Skip to content

Commit 8e6bd30

Browse files
Bump org.springframework:spring-framework-bom from 6.2.12 to 7.0.0 (#389)
Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.2.12 to 7.0.0. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.2.12...v7.0.0) --- updated-dependencies: - dependency-name: org.springframework:spring-framework-bom dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4d5edd3 commit 8e6bd30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-only-app-example/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "Spring only application with embedded database"
66

77
dependencies {
88
implementation(platform(project(":internal-bom")))
9-
implementation(platform("org.springframework:spring-framework-bom:6.2.12"))
9+
implementation(platform("org.springframework:spring-framework-bom:7.0.0"))
1010

1111
implementation("org.springframework:spring-context")
1212
implementation("org.springframework:spring-jdbc")

0 commit comments

Comments
 (0)