Skip to content

Commit

Permalink
Bump com.hierynomus:sshj from 0.38.0 to 0.39.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.38.0 to 0.39.0.
- [Commits](hierynomus/sshj@v0.38.0...v0.39.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jack-h-wang committed Dec 26, 2024
1 parent 889e03e commit 508db92
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 @@ -914,7 +914,7 @@ dependencies {
implementation("com.okta.jwt:okta-jwt-verifier:0.5.7")
implementation("org.json:json:20240303")
// DO NOT INCREMENT SSHJ to a newer version without first thoroughly testing it locally.
implementation("com.hierynomus:sshj:0.38.0")
implementation("com.hierynomus:sshj:0.39.0")
implementation("com.jcraft:jsch:0.1.55")
implementation("org.apache.poi:poi:5.3.0")
implementation("org.apache.commons:commons-csv:1.12.0")
Expand Down

0 comments on commit 508db92

Please sign in to comment.