From 64ee8da4ae932cfd99be51f6be8a7185fafcf732 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 06:16:21 +0000 Subject: [PATCH] Bump org.springframework.boot:spring-boot-gradle-plugin Bumps [org.springframework.boot:spring-boot-gradle-plugin](https://github.com/spring-projects/spring-boot) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.0...v3.4.1) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- junit5-spring-boot-rest/build.gradle | 2 +- junit5-spring-boot-web/build.gradle | 2 +- junit5-spring-boot/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/junit5-spring-boot-rest/build.gradle b/junit5-spring-boot-rest/build.gradle index aa543ca0a..1cfb6f2ed 100644 --- a/junit5-spring-boot-rest/build.gradle +++ b/junit5-spring-boot-rest/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - springBootVersion = '3.4.0' + springBootVersion = '3.4.1' } repositories { mavenCentral() diff --git a/junit5-spring-boot-web/build.gradle b/junit5-spring-boot-web/build.gradle index e4305d21c..47cfbf405 100644 --- a/junit5-spring-boot-web/build.gradle +++ b/junit5-spring-boot-web/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - springBootVersion = '3.4.0' + springBootVersion = '3.4.1' } repositories { mavenCentral() diff --git a/junit5-spring-boot/build.gradle b/junit5-spring-boot/build.gradle index 6cb0ef0ad..b7410453a 100644 --- a/junit5-spring-boot/build.gradle +++ b/junit5-spring-boot/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - springBootVersion = '3.4.0' + springBootVersion = '3.4.1' } repositories { mavenCentral()