Skip to content

Commit

Permalink
Bump com.hierynomus:sshj from 0.32.0 to 0.35.0 in /prime-router
Browse files Browse the repository at this point in the history
Bumps [com.hierynomus:sshj](https://github.com/hierynomus/sshj) from 0.32.0 to 0.35.0.
- [Release notes](https://github.com/hierynomus/sshj/releases)
- [Commits](hierynomus/sshj@v0.32.0...v0.35.0)

---
updated-dependencies:
- dependency-name: com.hierynomus:sshj
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 6, 2023
1 parent 9970088 commit bd155b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prime-router/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ dependencies {
implementation("com.github.kittinunf.fuel:fuel-json:2.3.1")
implementation("org.json:json:20220924")
// DO NOT INCREMENT SSHJ to a newer version without first thoroughly testing it locally.
implementation("com.hierynomus:sshj:0.32.0")
implementation("com.hierynomus:sshj:0.35.0")
implementation("org.bouncycastle:bcprov-jdk15on:1.70")
implementation("com.jcraft:jsch:0.1.55")
implementation("org.apache.poi:poi:5.2.3")
Expand Down

0 comments on commit bd155b1

Please sign in to comment.