From 63884b625b51c8568454f49d2860b36cd8b96f01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 22:53:52 +0000 Subject: [PATCH] Bump org.springframework.boot from 3.3.1 to 3.3.2 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.1...v3.3.2) --- 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 7e4088e..2850aca 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { id "com.github.jakemarsden.git-hooks" version "0.0.2" id 'com.github.jk1.dependency-license-report' version '2.8' id "io.freefair.lombok" version "8.6" - id 'org.springframework.boot' version '3.3.1' + id 'org.springframework.boot' version '3.3.2' } apply plugin: "java"