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'