Skip to content

Commit 449c95d

Browse files
committed
Updated dependencies
1 parent 7f432c5 commit 449c95d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+727
-78
lines changed

c4j_sftpsend4j/.classpath

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,25 @@
77
</classpathentry>
88
<classpathentry kind="src" path="src"/>
99
<classpathentry kind="lib" path="lib/asn-one-0.6.0.jar"/>
10-
<classpathentry kind="lib" path="lib/bcpkix-jdk18on-1.79.jar"/>
11-
<classpathentry kind="lib" path="lib/bcprov-jdk18on-1.79.jar"/>
10+
<classpathentry kind="lib" path="lib/bcpkix-jdk18on-1.81.jar"/>
11+
<classpathentry kind="lib" path="lib/bcprov-jdk18on-1.81.jar"/>
1212
<classpathentry kind="lib" path="lib/eddsa-0.3.0.jar"/>
1313
<classpathentry kind="lib" path="lib/jzlib-1.1.3.jar"/>
14-
<classpathentry kind="lib" path="lib/log4j-api-2.24.3.jar"/>
15-
<classpathentry kind="lib" path="lib/log4j-core-2.24.3.jar"/>
16-
<classpathentry kind="lib" path="lib/log4j-slf4j-impl-2.24.3.jar"/>
17-
<classpathentry kind="lib" path="lib/slf4j-api-2.0.16.jar"/>
18-
<classpathentry kind="lib" path="lib/slf4j-simple-2.0.16.jar"/>
19-
<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">
14+
<classpathentry kind="lib" path="lib/log4j-api-2.25.0.jar"/>
15+
<classpathentry kind="lib" path="lib/log4j-core-2.25.0.jar"/>
16+
<classpathentry kind="lib" path="lib/log4j-slf4j2-impl-2.25.0.jar"/>
17+
<classpathentry kind="lib" path="lib/slf4j-api-2.0.17.jar"/>
18+
<classpathentry kind="lib" path="lib/sshj-0.40.0.jar" sourcepath="/Users/dave/Commander4j/workspace.development/sftpGet/lib/source/sshj-0.31.0-sources.jar">
2019
<attributes>
2120
<attribute name="javadoc_location" value="jar:platform:/resource/sftpGet/lib/javadoc/sshj-0.32.0-javadoc.jar!/"/>
2221
</attributes>
2322
</classpathentry>
24-
<classpathentry kind="lib" path="lib/commons-io-2.18.0.jar"/>
25-
<classpathentry kind="lib" path="lib/commons-codec-1.17.1.jar"/>
26-
<classpathentry kind="lib" path="lib/slf4j-jdk14-2.0.16.jar"/>
23+
<classpathentry kind="lib" path="lib/commons-io-2.19.0.jar"/>
24+
<classpathentry kind="lib" path="lib/commons-codec-1.18.0.jar"/>
2725
<classpathentry kind="lib" path="lib/angus-activation-2.0.2.jar"/>
2826
<classpathentry kind="lib" path="lib/angus-mail-2.0.3.jar"/>
2927
<classpathentry kind="lib" path="lib/jakarta.activation-api-2.1.3.jar"/>
3028
<classpathentry kind="lib" path="lib/jakarta.mail-api-2.1.3.jar"/>
31-
<classpathentry kind="lib" path="lib/bcutil-jdk18on-1.79.jar"/>
29+
<classpathentry kind="lib" path="lib/bcutil-jdk18on-1.81.jar"/>
3230
<classpathentry kind="output" path="bin"/>
3331
</classpath>

c4j_sftpsend4j/b7sftpSend_pom.xml

Lines changed: 23 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,105 +1,86 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
22
<modelVersion>4.0.0</modelVersion>
3-
<groupId>com.commander4j.middleware</groupId>
4-
<artifactId>middleware-test</artifactId>
3+
<groupId>com.commander4j.sftpsend</groupId>
4+
<artifactId>sftpsend</artifactId>
55
<version>1.0.0</version>
66
<packaging>pom</packaging>
77
<properties>
88
<revision>7.0.0</revision>
99
</properties>
10-
<!-- <repositories>
11-
<repository>
12-
<id>com.install4j</id>
13-
<name>com.install4j</name>
14-
<url>https://maven.ej-technologies.com/repository/</url>
15-
</repository>
16-
</repositories> -->
10+
1711
<dependencies>
12+
1813
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk18on -->
1914
<dependency>
2015
<groupId>org.bouncycastle</groupId>
2116
<artifactId>bcpkix-jdk18on</artifactId>
22-
<version>1.79</version>
17+
<version>1.81</version>
2318
</dependency>
19+
2420
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk18on -->
2521
<dependency>
2622
<groupId>org.bouncycastle</groupId>
2723
<artifactId>bcprov-jdk18on</artifactId>
28-
<version>1.79</version>
24+
<version>1.81</version>
2925
</dependency>
26+
3027
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcutil-jdk18on -->
3128
<dependency>
3229
<groupId>org.bouncycastle</groupId>
3330
<artifactId>bcutil-jdk18on</artifactId>
34-
<version>1.79</version>
31+
<version>1.81</version>
3532
</dependency>
33+
3634
<!-- https://mvnrepository.com/artifact/com.hierynomus/sshj -->
3735
<dependency>
3836
<groupId>com.hierynomus</groupId>
3937
<artifactId>sshj</artifactId>
40-
<version>0.39.0</version>
38+
<version>0.40.0</version>
4139
</dependency>
4240

4341
<!-- https://mvnrepository.com/artifact/commons-codec/commons-codec -->
4442
<dependency>
4543
<groupId>commons-codec</groupId>
4644
<artifactId>commons-codec</artifactId>
47-
<version>1.17.1</version>
45+
<version>1.18.0</version>
4846
</dependency>
4947

5048
<!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
5149
<dependency>
5250
<groupId>commons-io</groupId>
5351
<artifactId>commons-io</artifactId>
54-
<version>2.18.0</version>
52+
<version>2.19.0</version>
5553
</dependency>
5654

57-
5855
<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-api -->
5956
<dependency>
6057
<groupId>org.apache.logging.log4j</groupId>
6158
<artifactId>log4j-api</artifactId>
62-
<version>2.24.3</version>
59+
<version>2.25.0</version>
6360
</dependency>
61+
6462
<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core -->
6563
<dependency>
6664
<groupId>org.apache.logging.log4j</groupId>
6765
<artifactId>log4j-core</artifactId>
68-
<version>2.24.3</version>
66+
<version>2.25.0</version>
6967
</dependency>
7068

7169
<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-slf4j-impl -->
7270
<dependency>
7371
<groupId>org.apache.logging.log4j</groupId>
74-
<artifactId>log4j-slf4j-impl</artifactId>
75-
<version>2.24.3</version>
72+
<artifactId>log4j-slf4j2-impl</artifactId>
73+
<version>2.25.0</version>
7674
<scope>test</scope>
7775
</dependency>
7876

79-
8077
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
8178
<dependency>
8279
<groupId>org.slf4j</groupId>
8380
<artifactId>slf4j-api</artifactId>
84-
<version>2.0.16</version>
81+
<version>2.0.17</version>
8582
</dependency>
8683

87-
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-simple -->
88-
<dependency>
89-
<groupId>org.slf4j</groupId>
90-
<artifactId>slf4j-simple</artifactId>
91-
<version>2.0.16</version>
92-
<scope>test</scope>
93-
</dependency>
94-
95-
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-jdk14 -->
96-
<dependency>
97-
<groupId>org.slf4j</groupId>
98-
<artifactId>slf4j-jdk14</artifactId>
99-
<version>2.0.16</version>
100-
<scope>test</scope>
101-
</dependency>
102-
10384
<!-- https://mvnrepository.com/artifact/com.jcraft/jzlib -->
10485
<dependency>
10586
<groupId>com.jcraft</groupId>
@@ -113,30 +94,27 @@
11394
<artifactId>angus-mail</artifactId>
11495
<version>2.0.3</version>
11596
</dependency>
97+
11698
<!-- https://mvnrepository.com/artifact/org.eclipse.angus/angus-activation -->
11799
<dependency>
118100
<groupId>org.eclipse.angus</groupId>
119101
<artifactId>angus-activation</artifactId>
120102
<version>2.0.2</version>
121103
</dependency>
104+
122105
<!-- https://mvnrepository.com/artifact/jakarta.activation/jakarta.activation-api -->
123106
<dependency>
124107
<groupId>jakarta.activation</groupId>
125108
<artifactId>jakarta.activation-api</artifactId>
126109
<version>2.1.3</version>
127110
</dependency>
111+
128112
<!-- https://mvnrepository.com/artifact/jakarta.mail/jakarta.mail-api -->
129113
<dependency>
130114
<groupId>jakarta.mail</groupId>
131115
<artifactId>jakarta.mail-api</artifactId>
132116
<version>2.1.3</version>
133117
</dependency>
134-
<!-- https://mvnrepository.com/artifact/com.install4j/install4j-runtime -->
135-
<!-- <dependency>
136-
<groupId>com.install4j</groupId>
137-
<artifactId>install4j-runtime</artifactId>
138-
<version>10.0.8</version>
139-
<scope>provided</scope>
140-
</dependency> -->
118+
141119
</dependencies>
142120
</project>

c4j_sftpsend4j/getdependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
mvn -f b6sftpSend_pom.xml clean dependency:copy-dependencies
1+
mvn -f b7sftpSend_pom.xml clean dependency:copy-dependencies
-8.18 MB
Binary file not shown.
-689 KB
Binary file not shown.
-364 KB
Binary file not shown.
364 KB
Binary file not shown.

0 commit comments

Comments
 (0)