Skip to content

Commit

Permalink
8.0.2
Browse files Browse the repository at this point in the history
- Update internal upload library to 0.2.17 (com.github.mwiede:jsch)
  • Loading branch information
Osiris-Team committed May 8, 2024
1 parent 79661d1 commit 85e7f77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>com.osiris.autoplug.client</groupId>
<artifactId>autoplug-client</artifactId>
<version>8.0.1</version>
<version>8.0.2</version>
<packaging>jar</packaging>

<name>AutoPlug-Client</name>
Expand Down Expand Up @@ -183,9 +183,9 @@

<!-- https://mvnrepository.com/artifact/com.jcraft/jsch -->
<dependency>
<groupId>com.jcraft</groupId>
<groupId>com.github.mwiede</groupId>
<artifactId>jsch</artifactId>
<version>0.1.55</version>
<version>0.2.17</version>
</dependency>

<!-- Quartz Core -->
Expand Down

0 comments on commit 85e7f77

Please sign in to comment.