Skip to content

Commit

Permalink
fix(deps): update dependency com.github.mwiede:jsch to v0.2.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 6, 2025
1 parent a4b5071 commit c70a5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {

dependencies {
api localGroovy()
api 'com.github.mwiede:jsch:0.2.5'
api 'com.github.mwiede:jsch:0.2.21'
api 'org.slf4j:slf4j-api:2.0.16'

testImplementation platform("org.spockframework:spock-bom:2.3-groovy-3.0")
Expand Down

0 comments on commit c70a5e2

Please sign in to comment.