From 94a76ef04727f43ac857f25d692935a2b5f07942 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 15:57:54 +0000 Subject: [PATCH] chore(deps): Bump springBootVersion from 3.4.3 to 4.0.5 Bumps `springBootVersion` from 3.4.3 to 4.0.5. Updates `org.springframework.boot:spring-boot-autoconfigure` from 3.4.3 to 4.0.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.3...v4.0.5) Updates `org.springframework.boot:spring-boot-configuration-processor` from 3.4.3 to 4.0.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.3...v4.0.5) Updates `org.springframework.boot:spring-boot-starter-test` from 3.4.3 to 4.0.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.3...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-major - dependency-name: org.springframework.boot:spring-boot-configuration-processor dependency-version: 4.0.5 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-version: 4.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ans-sdk-spring-boot-starter/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ans-sdk-spring-boot-starter/build.gradle.kts b/ans-sdk-spring-boot-starter/build.gradle.kts index 710365a..a6ea2fe 100644 --- a/ans-sdk-spring-boot-starter/build.gradle.kts +++ b/ans-sdk-spring-boot-starter/build.gradle.kts @@ -1,7 +1,7 @@ val junitVersion: String by project val assertjVersion: String by project -val springBootVersion = "3.4.3" +val springBootVersion = "4.0.5" dependencies { // ANS SDK modules