From 2520f50203a793f36269d293f8d4aa1628b136fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 04:16:34 +0000 Subject: [PATCH] Chore(deps): bump the minor-patch-group group with 2 updates Bumps the minor-patch-group group with 2 updates: [org.springframework.shell:spring-shell-dependencies](https://github.com/spring-projects/spring-shell) and [org.springframework.boot](https://github.com/spring-projects/spring-boot). Updates `org.springframework.shell:spring-shell-dependencies` from 3.2.5 to 3.3.1 - [Release notes](https://github.com/spring-projects/spring-shell/releases) - [Commits](https://github.com/spring-projects/spring-shell/compare/v3.2.5...v3.3.1) Updates `org.springframework.boot` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.0...v3.3.1) --- updated-dependencies: - dependency-name: org.springframework.shell:spring-shell-dependencies dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-group - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-group ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 744cadb..6d8d9da 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'org.springframework.boot' version '3.3.0' + id 'org.springframework.boot' version '3.3.1' id 'io.spring.dependency-management' version '1.1.5' id 'com.diffplug.spotless' version '6.25.0' } @@ -25,7 +25,7 @@ repositories { } ext { - springShellVersion = '3.2.5' + springShellVersion = '3.3.1' } dependencyManagement {