From 66e1bbe52d63a08ee5432a4e0f7751b6282002d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 01:04:20 +0000 Subject: [PATCH] :arrow_up: Bump org.springframework.shell:spring-shell-starter Bumps [org.springframework.shell:spring-shell-starter](https://github.com/spring-projects/spring-shell) from 2.1.3 to 3.0.0. - [Release notes](https://github.com/spring-projects/spring-shell/releases) - [Commits](https://github.com/spring-projects/spring-shell/compare/v2.1.3...v3.0.0) --- updated-dependencies: - dependency-name: org.springframework.shell:spring-shell-starter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- spring-oxygen-cli/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-oxygen-cli/build.gradle b/spring-oxygen-cli/build.gradle index 4d77a993..7bc00c4d 100644 --- a/spring-oxygen-cli/build.gradle +++ b/spring-oxygen-cli/build.gradle @@ -3,7 +3,7 @@ dependencies { /** * spring shell */ - implementation 'org.springframework.shell:spring-shell-starter:2.1.3' + implementation 'org.springframework.shell:spring-shell-starter:3.0.0' /** * spring oxygen core