Skip to content

Commit 3754571

Browse files
Bump org.springframework:spring-framework-bom from 6.2.10 to 6.2.11 (#369)
Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.2.10 to 6.2.11. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.2.10...v6.2.11) --- updated-dependencies: - dependency-name: org.springframework:spring-framework-bom dependency-version: 6.2.11 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>
1 parent 442fc4f commit 3754571

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

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

0 commit comments

Comments
 (0)