From 4246779759d12d41f4644cf1d027057f14681d09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 03:25:58 +0000 Subject: [PATCH] Bump org.springframework:spring-framework-bom from 7.0.2 to 7.0.3 Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 7.0.2 to 7.0.3. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.2...v7.0.3) --- updated-dependencies: - dependency-name: org.springframework:spring-framework-bom dependency-version: 7.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a1e063e66..6c507a691 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -35,8 +35,8 @@ org-mariadb-jdbc-mariadb-java-client = "org.mariadb.jdbc:mariadb-java-client:3.5 org-mockito-mockito-bom = { module = "org.mockito:mockito-bom", version.ref = "org-mockito" } org-postgresql = "org.postgresql:postgresql:42.7.9" org-springframework-data-spring-data-bom = "org.springframework.data:spring-data-bom:2025.1.2" -org-springframework-security-spring-security-bom = "org.springframework.security:spring-security-bom:7.0.2" -org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:7.0.2" +org-springframework-security-spring-security-bom = "org.springframework.security:spring-security-bom:7.0.3" +org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:7.0.3" org-testcontainers-testcontainers-bom = { module = "org.testcontainers:testcontainers-bom", version = "2.0.3" } io-spring-security-release-plugin = "io.spring.gradle:spring-security-release-plugin:1.0.13" org-springframework-boot-spring-boot-gradle-plugin = { module = "org.springframework.boot:spring-boot-gradle-plugin", version.ref = "org-springframework-boot" }