From 13c876e69f49d534d63ec2d88aa381ef0be2b55e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 06:05:20 +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.4 to 3.1.5. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.4...v3.1.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 b39ffeaff..5153c18f5 100644 --- a/junit5-spring-boot-rest/build.gradle +++ b/junit5-spring-boot-rest/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - springBootVersion = '3.1.4' + springBootVersion = '3.1.5' } repositories { mavenCentral() diff --git a/junit5-spring-boot-web/build.gradle b/junit5-spring-boot-web/build.gradle index 22bf2e7db..52eb5efa4 100644 --- a/junit5-spring-boot-web/build.gradle +++ b/junit5-spring-boot-web/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - springBootVersion = '3.1.4' + springBootVersion = '3.1.5' } repositories { mavenCentral() diff --git a/junit5-spring-boot/build.gradle b/junit5-spring-boot/build.gradle index 8b9ae400f..9644e97c0 100644 --- a/junit5-spring-boot/build.gradle +++ b/junit5-spring-boot/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - springBootVersion = '3.1.4' + springBootVersion = '3.1.5' } repositories { mavenCentral()