Skip to content

Commit 5474ad4

Browse files
Bump org.springframework:spring-framework-bom from 7.0.0 to 7.0.1 (#393)
Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: org.springframework:spring-framework-bom dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ivan Vakhrushev <mfvanek@gmail.com>
1 parent 77aa4f1 commit 5474ad4

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:7.0.0"))
9+
implementation(platform("org.springframework:spring-framework-bom:7.0.1"))
1010

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

0 commit comments

Comments
 (0)