From 684a9a9cfbccf37106641146b7714bbe9731b5ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 01:34:00 +0000 Subject: [PATCH] Bump org.springframework:spring-test from 7.0.7 to 7.0.8 Bumps [org.springframework:spring-test](https://github.com/spring-projects/spring-framework) from 7.0.7 to 7.0.8. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.7...v7.0.8) --- updated-dependencies: - dependency-name: org.springframework:spring-test dependency-version: 7.0.8 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 669f8be..90a0b82 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,7 +16,7 @@ junitPlatform = "6.1.0" pkl = "0.31.1" # only used for testing; use same version as Spring Boot # https://central.sonatype.com/artifact/org.springframework.boot/spring-boot/dependencies -spring = "7.0.7" +spring = "7.0.8" # https://central.sonatype.com/artifact/org.springframework.boot/spring-boot/versions springBoot = "3.5.6" # https://central.sonatype.com/artifact/com.github.spotbugs/spotbugs-annotations/versions