From 0670b856310898d6c76c872ef90af14beb471c48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 22:18:17 +0000 Subject: [PATCH] Bump org.springframework.boot from 3.2.3 to 3.2.4 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.2.3 to 3.2.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.3...v3.2.4) --- 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 98cbb30..c7a8255 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.5' id "io.freefair.lombok" version "8.6" - id 'org.springframework.boot' version '3.2.3' + id 'org.springframework.boot' version '3.2.4' } apply plugin: "java"