From 1b7f56b111cd8b9c1838d11996958e3ba835d229 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 01:00:46 +0000 Subject: [PATCH] :arrow_up: Bump spring-shell-starter from 2.1.3 to 2.1.4 Bumps spring-shell-starter from 2.1.3 to 2.1.4. --- updated-dependencies: - dependency-name: org.springframework.shell:spring-shell-starter dependency-type: direct:production update-type: version-update:semver-patch ... 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..4f42d548 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:2.1.4' /** * spring oxygen core