Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
C4J committed Jan 1, 2025
1 parent 6268137 commit 67f562b
Show file tree
Hide file tree
Showing 20 changed files with 52 additions and 34 deletions.
24 changes: 12 additions & 12 deletions b6sftpSend/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,27 @@
</classpathentry>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="lib/asn-one-0.6.0.jar"/>
<classpathentry kind="lib" path="lib/bcpkix-jdk18on-1.75.jar"/>
<classpathentry kind="lib" path="lib/bcprov-jdk18on-1.75.jar"/>
<classpathentry kind="lib" path="lib/bcpkix-jdk18on-1.79.jar"/>
<classpathentry kind="lib" path="lib/bcprov-jdk18on-1.79.jar"/>
<classpathentry kind="lib" path="lib/eddsa-0.3.0.jar"/>
<classpathentry kind="lib" path="lib/jzlib-1.1.3.jar"/>
<classpathentry kind="lib" path="lib/log4j-api-2.23.1.jar"/>
<classpathentry kind="lib" path="lib/log4j-core-2.23.1.jar"/>
<classpathentry kind="lib" path="lib/log4j-slf4j-impl-2.23.1.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-2.0.13.jar"/>
<classpathentry kind="lib" path="lib/slf4j-simple-2.0.13.jar"/>
<classpathentry kind="lib" path="lib/sshj-0.38.0.jar" sourcepath="/Users/dave/Commander4j/workspace.development/sftpGet/lib/source/sshj-0.31.0-sources.jar">
<classpathentry kind="lib" path="lib/log4j-api-2.24.3.jar"/>
<classpathentry kind="lib" path="lib/log4j-core-2.24.3.jar"/>
<classpathentry kind="lib" path="lib/log4j-slf4j-impl-2.24.3.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-2.0.16.jar"/>
<classpathentry kind="lib" path="lib/slf4j-simple-2.0.16.jar"/>
<classpathentry kind="lib" path="lib/sshj-0.39.0.jar" sourcepath="/Users/dave/Commander4j/workspace.development/sftpGet/lib/source/sshj-0.31.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/sftpGet/lib/javadoc/sshj-0.32.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/commons-io-2.16.1.jar"/>
<classpathentry kind="lib" path="lib/commons-codec-1.17.0.jar"/>
<classpathentry kind="lib" path="lib/slf4j-jdk14-2.0.13.jar"/>
<classpathentry kind="lib" path="lib/commons-io-2.18.0.jar"/>
<classpathentry kind="lib" path="lib/commons-codec-1.17.1.jar"/>
<classpathentry kind="lib" path="lib/slf4j-jdk14-2.0.16.jar"/>
<classpathentry kind="lib" path="lib/angus-activation-2.0.2.jar"/>
<classpathentry kind="lib" path="lib/angus-mail-2.0.3.jar"/>
<classpathentry kind="lib" path="lib/jakarta.activation-api-2.1.3.jar"/>
<classpathentry kind="lib" path="lib/jakarta.mail-api-2.1.3.jar"/>
<classpathentry kind="lib" path="lib/bcutil-jdk18on-1.75.jar"/>
<classpathentry kind="lib" path="lib/bcutil-jdk18on-1.79.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
24 changes: 12 additions & 12 deletions b6sftpSend/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ Main-Class: com.commander4j.sftp.Transfer
Class-Path: lib/angus-activation-2.0.2.jar
lib/angus-mail-2.0.3.jar
lib/asn-one-0.6.0.jar
lib/bcpkix-jdk18on-1.75.jar
lib/bcprov-jdk18on-1.75.jar
lib/bcutil-jdk18on-1.75.jar
lib/commons-codec-1.17.0.jar
lib/commons-io-2.16.1.jar
lib/bcpkix-jdk18on-1.79.jar
lib/bcprov-jdk18on-1.79.jar
lib/bcutil-jdk18on-1.79.jar
lib/commons-codec-1.17.1.jar
lib/commons-io-2.18.0.jar
lib/eddsa-0.3.0.jar
lib/jakarta.activation-api-2.1.3.jar
lib/jakarta.mail-api-2.1.3.jar
lib/jzlib-1.1.3.jar
lib/log4j-api-2.23.1.jar
lib/log4j-core-2.23.1.jar
lib/log4j-slf4j-impl-2.23.1.jar
lib/slf4j-api-2.0.13.jar
lib/slf4j-jdk14-2.0.13.jar
lib/slf4j-simple-2.0.13.jar
lib/sshj-0.38.0.jar
lib/log4j-api-2.24.3.jar
lib/log4j-core-2.24.3.jar
lib/log4j-slf4j-impl-2.24.3.jar
lib/slf4j-api-2.0.16.jar
lib/slf4j-jdk14-2.0.16.jar
lib/slf4j-simple-2.0.16.jar
lib/sshj-0.39.0.jar
sftpSend.jar
36 changes: 27 additions & 9 deletions b6sftpSend/b6sftpSend_pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,46 +15,64 @@
</repository>
</repositories> -->
<dependencies>
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk18on -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
<version>1.79</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk18on -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.79</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcutil-jdk18on -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcutil-jdk18on</artifactId>
<version>1.79</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.hierynomus/sshj -->
<dependency>
<groupId>com.hierynomus</groupId>
<artifactId>sshj</artifactId>
<version>0.38.0</version>
<version>0.39.0</version>
</dependency>

<!-- https://mvnrepository.com/artifact/commons-codec/commons-codec -->
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.17.0</version>
<version>1.17.1</version>
</dependency>

<!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.16.1</version>
<version>2.18.0</version>
</dependency>


<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-api -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.23.1</version>
<version>2.24.3</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.23.1</version>
<version>2.24.3</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-slf4j-impl -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.23.1</version>
<version>2.24.3</version>
<scope>test</scope>
</dependency>

Expand All @@ -63,22 +81,22 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.13</version>
<version>2.0.16</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-simple -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.13</version>
<version>2.0.16</version>
<scope>test</scope>
</dependency>

<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-jdk14 -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>2.0.13</version>
<version>2.0.16</version>
<scope>test</scope>
</dependency>

Expand Down
Binary file removed b6sftpSend/lib/bcpkix-jdk18on-1.75.jar
Binary file not shown.
Binary file added b6sftpSend/lib/bcpkix-jdk18on-1.79.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed b6sftpSend/lib/commons-io-2.16.1.jar
Binary file not shown.
Binary file added b6sftpSend/lib/commons-io-2.18.0.jar
Binary file not shown.
Binary file removed b6sftpSend/lib/log4j-api-2.23.1.jar
Binary file not shown.
Binary file added b6sftpSend/lib/log4j-api-2.24.3.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified b6sftpSend/sftpSend.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion b6sftpSend/src/com/commander4j/sftp/Transfer.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class Transfer extends Thread
public static JUtility utils = new JUtility();
public static EmailQueue emailqueue = new EmailQueue();
public static EmailThread emailthread;
public static String version = "4.50";
public static String version = "4.60";
public static Long pollFrequencySeconds = (long) 0;

public static void main(String[] args)
Expand Down

0 comments on commit 67f562b

Please sign in to comment.