Skip to content

Commit

Permalink
Bump org.springframework.shell:spring-shell-starter from 3.2.0 to 3.2.1
Browse files Browse the repository at this point in the history
Bumps [org.springframework.shell:spring-shell-starter](https://github.com/spring-projects/spring-shell) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/spring-projects/spring-shell/releases)
- [Commits](spring-projects/spring-shell@v3.2.0...v3.2.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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 22, 2024
1 parent af50643 commit a49e4d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.0'
implementation 'org.springframework.shell:spring-shell-starter:3.2.1'
implementation 'org.springframework.boot:spring-boot-starter-actuator'
implementation("com.mixpanel:mixpanel-java:1.5.2")
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.4.14'
Expand All @@ -55,7 +55,7 @@ dependencies {
implementation 'com.amazonaws:aws-encryption-sdk-java:3.0.0'
implementation 'org.bouncycastle:bcpg-jdk15on:1.70'
implementation 'org.bouncycastle:bcpkix-jdk15on:1.70'
implementation 'org.springframework.shell:spring-shell-starter:3.2.0'
implementation 'org.springframework.shell:spring-shell-starter:3.2.1'

implementation 'commons-net:commons-net:3.10.0'
testImplementation 'org.projectlombok:lombok:1.18.30'
Expand Down

0 comments on commit a49e4d1

Please sign in to comment.