From a03d50e44ac383d770a94ff8da6cda980f8c65e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 14:07:14 +0000 Subject: [PATCH] build(deps): bump org.springframework.boot in /docker/host-app Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.2.5 to 4.0.6. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.5...v4.0.6) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 4.0.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docker/host-app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/host-app/build.gradle.kts b/docker/host-app/build.gradle.kts index 5940855..b4430f0 100644 --- a/docker/host-app/build.gradle.kts +++ b/docker/host-app/build.gradle.kts @@ -1,6 +1,6 @@ plugins { java - id("org.springframework.boot") version "3.2.5" + id("org.springframework.boot") version "4.0.6" id("io.spring.dependency-management") version "1.1.7" }