From 505ff80481c93ff19bb627f69fb2d8ee33563691 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 22:19:40 +0000 Subject: [PATCH] Bump org.springframework.boot:spring-boot-starter-actuator Bumps [org.springframework.boot:spring-boot-starter-actuator](https://github.com/spring-projects/spring-boot) from 4.0.0-M3 to 4.0.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.0-M3...v4.0.4) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-actuator dependency-version: 4.0.4 dependency-type: direct:production ... 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 859a783..54567c4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ [versions] com-mysql-mysql-connector-j = "9.4.0" -org-springframework-boot-spring-boot-starter-actuator = "4.0.0-M3" +org-springframework-boot-spring-boot-starter-actuator = "4.0.4" org-springframework-boot-spring-boot-starter-data-jpa = "4.0.0-M3" org-springframework-boot-spring-boot-starter-test = "4.0.0-M3" org-springframework-boot-spring-boot-starter-websocket = "4.0.0-M3"