From 212d627e3e368db495ce62375db5375bdf7ba9d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 06:57:17 +0000 Subject: [PATCH] chore(deps): bump org.springframework.boot from 2.3.5.RELEASE to 3.1.0 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.3.5.RELEASE to 3.1.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.3.5.RELEASE...v3.1.0) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- sample/spring/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/spring/build.gradle b/sample/spring/build.gradle index 29e66a5..63f3e1f 100644 --- a/sample/spring/build.gradle +++ b/sample/spring/build.gradle @@ -17,7 +17,7 @@ import br.com.zup.beagle.Dependencies plugins { - id 'org.springframework.boot' version '2.3.5.RELEASE' + id 'org.springframework.boot' version '3.1.0' } dependencies {