From f246ef71880b0346884896735cdac8b33b65daeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:16:37 -0600 Subject: [PATCH] Bump org.springframework.shell:spring-shell-starter from 3.2.2 to 3.3.1 (#746) Bumps [org.springframework.shell:spring-shell-starter](https://github.com/spring-projects/spring-shell) from 3.2.2 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.2...v3.3.1) --- updated-dependencies: - dependency-name: org.springframework.shell:spring-shell-starter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lauren Kemperman <117678574+lkemperman-cfa@users.noreply.github.com> --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 82ab6176b..68927deb3 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'com.jcraft:jsch:0.1.55' - implementation 'org.springframework.shell:spring-shell-starter:3.2.2' + implementation 'org.springframework.shell:spring-shell-starter:3.3.1' implementation 'org.springframework.boot:spring-boot-starter-actuator' implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.6' implementation("com.mixpanel:mixpanel-java:1.5.3") @@ -51,7 +51,7 @@ dependencies { implementation 'com.amazonaws:aws-encryption-sdk-java:3.0.1' implementation 'org.bouncycastle:bcpg-jdk15on:1.70' implementation 'org.bouncycastle:bcpkix-jdk15on:1.70' - implementation 'org.springframework.shell:spring-shell-starter:3.2.2' + implementation 'org.springframework.shell:spring-shell-starter:3.3.1' testImplementation 'org.projectlombok:lombok:1.18.34' implementation 'commons-net:commons-net:3.11.1'