From 7b432517ec9ed1b66d4f6a5c8b13967b5f8fa01a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 10:52:55 +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.1 to 3.1.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.1...v3.1.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] --- server/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/build.gradle b/server/build.gradle index 914e59af..71ff7205 100644 --- a/server/build.gradle +++ b/server/build.gradle @@ -2,7 +2,7 @@ buildscript { ext { // https://github.com/spring-projects/spring-boot/wiki#release-notes // https://github.com/spring-projects/spring-boot/releases - springBootVersion = '3.1.1' + springBootVersion = '3.1.4' } repositories { mavenCentral()