From ca7f2b0005d84b0beb190fb05cd66e85098ceb18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 23:43:55 +0000 Subject: [PATCH] Bump org.springframework.shell:spring-shell-starter from 3.3.0 to 3.3.1 Bumps [org.springframework.shell:spring-shell-starter](https://github.com/spring-projects/spring-shell) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/spring-projects/spring-shell/releases) - [Commits](https://github.com/spring-projects/spring-shell/compare/v3.3.0...v3.3.1) --- 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] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 5ca1677a..d75c1047 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,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.3.0' + implementation 'org.springframework.shell:spring-shell-starter:3.3.1' implementation 'org.springframework.boot:spring-boot-starter-actuator' implementation("com.mixpanel:mixpanel-java:1.5.3") implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.6' @@ -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.3.0' + implementation 'org.springframework.shell:spring-shell-starter:3.3.1' implementation 'commons-net:commons-net:3.11.1' implementation 'com.google.api-client:google-api-client:2.6.0'