From db659476d0d02ae8716adc6086a534e30f7dcec7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 10:48: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.1 to 3.1.3. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.1...v3.1.3) --- 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..be8a80f1 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.3' } repositories { mavenCentral()