From 549776aa4fb3ee6d0a38a3e51ea756cb5c84b637 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:31:55 +0000 Subject: [PATCH] [PF-2987]: Bump org.springframework.shell:spring-shell-starter Bumps [org.springframework.shell:spring-shell-starter](https://github.com/spring-projects/spring-shell) from 2.1.1 to 3.2.2. - [Release notes](https://github.com/spring-projects/spring-shell/releases) - [Commits](https://github.com/spring-projects/spring-shell/compare/v2.1.1...v3.2.2) --- 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] --- stairctl/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stairctl/build.gradle b/stairctl/build.gradle index 0319cb1..d30443a 100644 --- a/stairctl/build.gradle +++ b/stairctl/build.gradle @@ -25,7 +25,7 @@ dependencies { // Spring implementation group: 'org.springframework.boot', name: 'spring-boot-starter' // version from spring-boot-plugin - implementation group: 'org.springframework.shell', name: 'spring-shell-starter', version: '2.1.1' + implementation group: 'org.springframework.shell', name: 'spring-shell-starter', version: '3.2.2' // Database runtimeOnly group: 'org.postgresql', name: 'postgresql'