Skip to content

Commit

Permalink
Integrate JSCH 0.2.12
Browse files Browse the repository at this point in the history
Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
  • Loading branch information
arjantijms committed Oct 26, 2023
1 parent 7af88e1 commit fe7f3e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appserver/pom.xml
Expand Up @@ -468,7 +468,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.15</version>
<version>1.16.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion nucleus/parent/pom.xml
Expand Up @@ -140,7 +140,7 @@
<jboss.logging.version>3.5.3.Final</jboss.logging.version>
<javassist.version>3.29.2-GA</javassist.version>
<asm.version>9.6</asm.version>
<jsch.version>0.2.11</jsch.version>
<jsch.version>0.2.12</jsch.version>
<antlr.version>2.7.8</antlr.version>
<ant.version>1.10.12</ant.version>
<ant.external.version>1.10.2</ant.external.version>
Expand Down

0 comments on commit fe7f3e2

Please sign in to comment.