Skip to content

Commit 3d587c1

Browse files
committed
updated dependencies
1 parent 5630731 commit 3d587c1

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

pom.xml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,6 @@
7373
<module>TraceTool</module>
7474
</modules>
7575
<dependencies>
76-
<dependency>
77-
<groupId>org.apache.logging.log4j</groupId>
78-
<artifactId>log4j-api</artifactId>
79-
<version>2.15.0</version>
80-
</dependency>
81-
<dependency>
82-
<groupId>org.apache.logging.log4j</groupId>
83-
<artifactId>log4j-core</artifactId>
84-
<version>2.15.0</version>
85-
</dependency>
8676
<dependency>
8777
<groupId>com.beust</groupId>
8878
<artifactId>jcommander</artifactId>
@@ -103,17 +93,17 @@
10393
<dependency>
10494
<groupId>junit</groupId>
10595
<artifactId>junit</artifactId>
106-
<version>4.12</version>
96+
<version>4.13.2</version>
10797
</dependency>
10898
<dependency>
10999
<groupId>org.bouncycastle</groupId>
110100
<artifactId>bcpkix-jdk15on</artifactId>
111-
<version>1.60</version>
101+
<version>1.64</version>
112102
</dependency>
113103
<dependency>
114104
<groupId>org.bouncycastle</groupId>
115105
<artifactId>bcprov-debug-jdk15on</artifactId>
116-
<version>1.60</version>
106+
<version>1.64</version>
117107
</dependency>
118108
<dependency>
119109
<groupId>com.openpojo</groupId>
@@ -140,7 +130,7 @@
140130
<dependency>
141131
<groupId>org.reflections</groupId>
142132
<artifactId>reflections</artifactId>
143-
<version>0.9.10</version>
133+
<version>0.10.2</version>
144134
</dependency>
145135
<dependency>
146136
<groupId>org.cryptomator</groupId>

0 commit comments

Comments
 (0)