From 22de15daac8588db10b79ef8088abee29a522879 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 16:14:41 +0000 Subject: [PATCH] Bump org.springframework.boot:spring-boot-autoconfigure Bumps the production group with 1 update: [org.springframework.boot:spring-boot-autoconfigure](https://github.com/spring-projects/spring-boot). Updates `org.springframework.boot:spring-boot-autoconfigure` from 4.0.4 to 4.0.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.4...v4.0.5) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-autoconfigure dependency-version: 4.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: 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 f222d06..ea3a2c5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ postgresql = "42.7.10" mysql = "9.6.0" kafkaClients = "4.2.0" spring = "7.0.6" -springBoot = "4.0.4" +springBoot = "4.0.5" wiremock = "3.13.2" [libraries]