From 945746a1c9a609933337c7d5e70e745181c6ad62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 03:26:21 +0000 Subject: [PATCH] Bump org.springframework:spring-framework-bom from 6.0.13 to 6.0.14 Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.0.13 to 6.0.14. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.13...v6.0.14) --- updated-dependencies: - dependency-name: org.springframework:spring-framework-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 20539a8a..6948a182 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -85,7 +85,7 @@ org-springframework-data-spring-data-bom = "org.springframework.data:spring-data org-springframework-data-spring-data-mongodb = "org.springframework.data:spring-data-mongodb:4.0.11" org-springframework-data-spring-data-redis = "org.springframework.data:spring-data-redis:3.0.11" org-springframework-security-spring-security-bom = "org.springframework.security:spring-security-bom:6.1.5" -org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.0.13" +org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.0.14" org-springframework-springloaded = "org.springframework:springloaded:1.2.8.RELEASE" org-testcontainers-testcontainers-bom = { module = "org.testcontainers:testcontainers-bom", version.ref = "org-testcontainers" } org-testcontainers-db2 = { module = "org.testcontainers:db2", version.ref = "org-testcontainers" }