From c73a1fc48f5196f0fe8205e28b84c428b577b483 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 01:56:41 +0000 Subject: [PATCH] :arrow_up: Bump org.springframework.shell:spring-shell-starter Bumps org.springframework.shell:spring-shell-starter from 2.1.3 to 3.0.1. --- 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..54b8059e 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.1' /** * spring oxygen core