From 1caea12d0c3a94940e7740871a04ac13df6ddf43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 23:54:51 +0000 Subject: [PATCH] Bump springBootVersion from 4.0.4 to 4.0.5 Bumps `springBootVersion` from 4.0.4 to 4.0.5. Updates `org.springframework.boot:spring-boot-starter-web` 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) Updates `org.springframework.boot:spring-boot-configuration-processor` 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) Updates `org.springframework.boot:spring-boot-starter-test` 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) Updates `org.springframework.boot:spring-boot-starter-actuator` 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-starter-web dependency-version: 4.0.5 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-configuration-processor dependency-version: 4.0.5 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-version: 4.0.5 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-actuator dependency-version: 4.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4d5049a..a74c04f 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ group = 'com.digitalsanctuary.springaiclient' description = 'Simple SpringBoot AI Client Library' ext { - springBootVersion = '4.0.4' + springBootVersion = '4.0.5' lombokVersion = '1.18.44' }