From 8e83904636d5cb7b172e3288d48c687a3bb0723e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 22:10:35 +0000 Subject: [PATCH] Bump org.springframework.boot from 2.7.5 to 3.1.2 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.7.5 to 3.1.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.5...v3.1.2) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 028aa0b..14c6213 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin plugins { id 'java-library' id 'maven-publish' - id 'org.springframework.boot' version '2.7.5' apply false + id 'org.springframework.boot' version '3.1.2' apply false id 'com.github.spotbugs' version '5.0.13' id 'com.diffplug.spotless' version '6.11.0' id 'com.github.nbaztec.coveralls-jacoco' version '1.2.15'