Skip to content

Commit

Permalink
LDEV-5134 update jsch to 0.2.21
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Nov 8, 2024
1 parent 3e9bd20 commit 8c8ee37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<dependency>
<groupId>com.github.mwiede</groupId>
<artifactId>jsch</artifactId>
<version>0.2.17</version>
<version>0.2.21</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ Require-Bundle: org.apache.commons.commons-codec;bundle-version=1.15.0,
org.lucee.commons-email-all;bundle-version=1.6.0,
tagsoup;bundle-version=1.2.1.0002L,
w3c.dom;bundle-version=1.1.0,
com.github.mwiede.jsch;bundle-version=0.2.17,
com.github.mwiede.jsch;bundle-version=0.2.21,
org.lucee.jzlib;bundle-version=1.1.3,
com.sun.jna;bundle-version=5.13.0,
org.lucee.commonmark;bundle-version=0.22.0,
Expand Down
2 changes: 1 addition & 1 deletion loader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@
<dependency>
<groupId>com.github.mwiede</groupId>
<artifactId>jsch</artifactId>
<version>0.2.17</version>
<version>0.2.21</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 8c8ee37

Please sign in to comment.