From 0b3c20dc3812a2de977c0289075731f911079c0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 06:06:43 +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.3.3 to 3.3.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.3...v3.3.4) --- 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 de12f8135..e16eecb8c 100644 --- a/junit5-spring-boot-rest/build.gradle +++ b/junit5-spring-boot-rest/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - springBootVersion = '3.3.3' + springBootVersion = '3.3.4' } repositories { mavenCentral() diff --git a/junit5-spring-boot-web/build.gradle b/junit5-spring-boot-web/build.gradle index a467a65b5..2c83f28b6 100644 --- a/junit5-spring-boot-web/build.gradle +++ b/junit5-spring-boot-web/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - springBootVersion = '3.3.3' + springBootVersion = '3.3.4' } repositories { mavenCentral() diff --git a/junit5-spring-boot/build.gradle b/junit5-spring-boot/build.gradle index bc473adc1..6e610c081 100644 --- a/junit5-spring-boot/build.gradle +++ b/junit5-spring-boot/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - springBootVersion = '3.3.3' + springBootVersion = '3.3.4' } repositories { mavenCentral()