From 6b29c28e2e06a6190f224d06377d4ec20d4ccd23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 20:09:32 +0000 Subject: [PATCH] Bump org.springframework.boot:spring-boot-devtools from 3.2.3 to 3.2.4 (#949) Bumps [org.springframework.boot:spring-boot-devtools](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:spring-boot-devtools dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ed9a29e8..e51f05af 100644 --- a/build.gradle +++ b/build.gradle @@ -158,7 +158,7 @@ dependencies { implementation 'com.fathzer:javaluator:3.0.3' - developmentOnly("org.springframework.boot:spring-boot-devtools:3.2.3") + developmentOnly("org.springframework.boot:spring-boot-devtools:3.2.4") compileOnly 'org.projectlombok:lombok:1.18.30' annotationProcessor 'org.projectlombok:lombok:1.18.28' }