From eb2cedaba4c591869ffc30cd3a8e5c149b432eb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 06:00:52 +0000 Subject: [PATCH] chore(deps): bump org.springframework.boot from 2.3.5.RELEASE to 3.0.2 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.3.5.RELEASE to 3.0.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.3.5.RELEASE...v3.0.2) --- 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..2419c4d 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.0.2' } dependencies {