From 37dec682218bc0b241c20c4d2934d1ccbbb08e4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 06:06:20 +0000 Subject: [PATCH] Bump org.springframework.boot:spring-boot-starter-test Bumps [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-version: 4.1.1 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 7f1dbff..2e5c63e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -35,7 +35,7 @@ org-springframework-boot-spring-boot-devtools = "4.1.0" org-springframework-boot-spring-boot-starter = "4.1.0" org-springframework-boot-spring-boot-starter-data-jpa = "4.1.0" org-springframework-boot-spring-boot-starter-quartz = "4.1.0" -org-springframework-boot-spring-boot-starter-test = "4.1.0" +org-springframework-boot-spring-boot-starter-test = "4.1.1" org-springframework-boot-spring-boot-starter-thymeleaf = "4.1.0" org-springframework-boot-spring-boot-starter-validation = "4.1.0" org-springframework-boot-spring-boot-starter-web = "4.1.0"