From c6c2b37a5f8809f2ebb042249d0931d0e93b4a0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 00:04:01 +0000 Subject: [PATCH] Bump springBootVersion from 3.2.4 to 3.2.5 Bumps `springBootVersion` from 3.2.4 to 3.2.5. Updates `org.springframework.boot:spring-boot-dependencies` from 3.2.4 to 3.2.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.4...v3.2.5) Updates `org.springframework.boot` from 3.2.4 to 3.2.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.4...v3.2.5) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot 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 c2abc9c..635894f 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ buildscript { ext { novaVersion = '4.0.1' - springBootVersion = '3.2.4' + springBootVersion = '3.2.5' springDocVersion = '1.8.0' therapiRuntimeJavadocVersion = '0.15.0' }