From 23047ced79c74bbcd4703f2d3e2f3dfcd0a690c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 09:22:53 +0000 Subject: [PATCH] Bump org.springframework:spring-core from 7.0.3 to 7.0.4 Bumps [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) from 7.0.3 to 7.0.4. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.3...v7.0.4) --- updated-dependencies: - dependency-name: org.springframework:spring-core dependency-version: 7.0.4 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 c0f33973..d7730df6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ logback = "ch.qos.logback:logback-classic:1.5.29" reactorBom = "io.projectreactor:reactor-bom:2025.0.3" slf4jApi = "org.slf4j:slf4j-api:2.0.17" snakeYaml = "org.yaml:snakeyaml:2.5" -spring = "org.springframework:spring-core:7.0.3" +spring = "org.springframework:spring-core:7.0.4" thymeleaf = "org.thymeleaf:thymeleaf:3.1.3.RELEASE" [plugins]