Skip to content

Commit

Permalink
Bump org.springframework.shell:spring-shell-starter from 3.2.2 to 3.3…
Browse files Browse the repository at this point in the history
….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](spring-projects/spring-shell@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lauren Kemperman <117678574+lkemperman-cfa@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and lkemperman-cfa authored Jul 22, 2024
1 parent 70f4ae9 commit f246ef7
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.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")
Expand All @@ -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'
Expand Down

0 comments on commit f246ef7

Please sign in to comment.