From e3825a262a901ecfb11563a1681be05c082bc770 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 06:50:09 +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.4 to 3.3.5. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.4...v3.3.5) --- 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 e16eecb8c..11e89fdf2 100644 --- a/junit5-spring-boot-rest/build.gradle +++ b/junit5-spring-boot-rest/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - springBootVersion = '3.3.4' + springBootVersion = '3.3.5' } repositories { mavenCentral() diff --git a/junit5-spring-boot-web/build.gradle b/junit5-spring-boot-web/build.gradle index 2c83f28b6..f2e988ede 100644 --- a/junit5-spring-boot-web/build.gradle +++ b/junit5-spring-boot-web/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - springBootVersion = '3.3.4' + springBootVersion = '3.3.5' } repositories { mavenCentral() diff --git a/junit5-spring-boot/build.gradle b/junit5-spring-boot/build.gradle index 6e610c081..8225c4077 100644 --- a/junit5-spring-boot/build.gradle +++ b/junit5-spring-boot/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - springBootVersion = '3.3.4' + springBootVersion = '3.3.5' } repositories { mavenCentral()