From 9f6c54305e2135a218ee3164221ca08ab2f2554a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 04:09:02 +0000 Subject: [PATCH] Bump org.springframework.boot from 3.3.2 to 3.3.3 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.3.2 to 3.3.3. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.2...v3.3.3) --- updated-dependencies: - 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 ed22a71..ee7f836 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'io.freefair.lombok' version "8.7.1" apply false id 'com.adarshr.test-logger' version "4.0.0" apply false id 'com.github.ben-manes.versions' version "0.51.0" - id 'org.springframework.boot' version "3.3.2" apply false + id 'org.springframework.boot' version "3.3.3" apply false } subprojects {