From 448d6d640bc157fb1b7f34fe9bdfb22c3d0aba72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 07:05:59 +0000 Subject: [PATCH] chore(deps): bump org.springframework.boot from 2.3.5.RELEASE to 3.0.5 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.3.5.RELEASE to 3.0.5. - [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.5) --- 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..7296ce6 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.5' } dependencies {