From 271b4494ce781192fc24c11b48cb27e993535207 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 06:40:13 +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.1.5 to 3.2.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.5...v3.2.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... 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 5153c18f5..21bb1dfb8 100644 --- a/junit5-spring-boot-rest/build.gradle +++ b/junit5-spring-boot-rest/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - springBootVersion = '3.1.5' + springBootVersion = '3.2.0' } repositories { mavenCentral() diff --git a/junit5-spring-boot-web/build.gradle b/junit5-spring-boot-web/build.gradle index 52eb5efa4..988063476 100644 --- a/junit5-spring-boot-web/build.gradle +++ b/junit5-spring-boot-web/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - springBootVersion = '3.1.5' + springBootVersion = '3.2.0' } repositories { mavenCentral() diff --git a/junit5-spring-boot/build.gradle b/junit5-spring-boot/build.gradle index 9644e97c0..ad5f7f5c1 100644 --- a/junit5-spring-boot/build.gradle +++ b/junit5-spring-boot/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - springBootVersion = '3.1.5' + springBootVersion = '3.2.0' } repositories { mavenCentral()