From f2bb56c0cdb32c866ebf3b4851595e6ce451a0ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 15:55:03 +0000 Subject: [PATCH] Bump org.springframework.boot from 3.3.5 to 3.3.6 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.3.5 to 3.3.6. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.5...v3.3.6) --- 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 4909f03..7b77ad4 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ */ plugins { - id 'org.springframework.boot' version '3.3.5' + id 'org.springframework.boot' version '3.3.6' id 'java' id 'com.palantir.docker' version '0.36.0' id 'io.spring.javaformat' version '0.0.43'