From 9d4d437a5940bf533aaa2dd233685ab15b265041 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 15:53:47 +0000 Subject: [PATCH] chore(deps): Bump the gradle-minor-patch group across 1 directory with 4 updates Bumps the gradle-minor-patch group with 4 updates in the / directory: [org.springframework.boot:spring-boot-autoconfigure](https://github.com/spring-projects/spring-boot), [org.springframework.boot:spring-boot-configuration-processor](https://github.com/spring-projects/spring-boot), [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot) and [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot). Updates `org.springframework.boot:spring-boot-autoconfigure` from 4.0.6 to 4.1.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.6...v4.1.0) Updates `org.springframework.boot:spring-boot-configuration-processor` from 4.0.6 to 4.1.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.6...v4.1.0) Updates `org.springframework.boot:spring-boot-starter-test` from 4.0.6 to 4.1.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.6...v4.1.0) Updates `org.springframework.boot:spring-boot-dependencies` from 4.0.6 to 4.1.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.6...v4.1.0) Updates `org.springframework.boot:spring-boot-configuration-processor` from 4.0.6 to 4.1.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.6...v4.1.0) Updates `org.springframework.boot:spring-boot-starter-test` from 4.0.6 to 4.1.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.6...v4.1.0) Updates `org.springframework.boot:spring-boot-dependencies` from 4.0.6 to 4.1.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.6...v4.1.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-autoconfigure dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-patch - dependency-name: org.springframework.boot:spring-boot-configuration-processor dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-patch - dependency-name: org.springframework.boot:spring-boot-configuration-processor dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-patch - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-patch - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-patch - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-patch - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-patch ... Signed-off-by: dependabot[bot] --- .../examples/mcp-server-spring/build.gradle.kts | 2 +- ans-sdk-spring-boot-starter/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ans-sdk-agent-client/examples/mcp-server-spring/build.gradle.kts b/ans-sdk-agent-client/examples/mcp-server-spring/build.gradle.kts index 031e6ac..7910c2d 100644 --- a/ans-sdk-agent-client/examples/mcp-server-spring/build.gradle.kts +++ b/ans-sdk-agent-client/examples/mcp-server-spring/build.gradle.kts @@ -7,7 +7,7 @@ plugins { application } -val springBootVersion = "4.0.6" +val springBootVersion = "4.1.0" val bouncyCastleVersion: String by project application { diff --git a/ans-sdk-spring-boot-starter/build.gradle.kts b/ans-sdk-spring-boot-starter/build.gradle.kts index 2943460..6bb90e7 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 = "4.0.6" +val springBootVersion = "4.1.0" dependencies { // ANS SDK modules