Skip to content

Commit 53425b2

Browse files
authored
Merge pull request #37 from digipost/upgrade-deps
Upgrade deps (fix CVE-2024-34447)
2 parents dc97608 + 29fd206 commit 53425b2

File tree

1 file changed

+20
-15
lines changed

1 file changed

+20
-15
lines changed

pom.xml

+20-15
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>org.junit</groupId>
5050
<artifactId>junit-bom</artifactId>
51-
<version>5.10.1</version>
51+
<version>5.10.2</version>
5252
<type>pom</type>
5353
<scope>import</scope>
5454
</dependency>
@@ -59,6 +59,13 @@
5959
<type>pom</type>
6060
<scope>import</scope>
6161
</dependency>
62+
<dependency>
63+
<groupId>org.slf4j</groupId>
64+
<artifactId>slf4j-bom</artifactId>
65+
<version>2.0.13</version>
66+
<type>pom</type>
67+
<scope>import</scope>
68+
</dependency>
6269
</dependencies>
6370
</dependencyManagement>
6471

@@ -72,17 +79,17 @@
7279
<dependency>
7380
<groupId>org.bouncycastle</groupId>
7481
<artifactId>bcpkix-jdk18on</artifactId>
75-
<version>1.77</version>
82+
<version>1.78.1</version>
7683
</dependency>
7784
<dependency>
7885
<groupId>org.bouncycastle</groupId>
7986
<artifactId>bcprov-jdk18on</artifactId>
80-
<version>1.77</version>
87+
<version>1.78.1</version>
8188
</dependency>
8289
<dependency>
8390
<groupId>org.apache.httpcomponents.client5</groupId>
8491
<artifactId>httpclient5</artifactId>
85-
<version>5.3</version>
92+
<version>5.3.1</version>
8693
</dependency>
8794
<dependency>
8895
<groupId>org.apache.httpcomponents.core5</groupId>
@@ -92,24 +99,22 @@
9299
<dependency>
93100
<groupId>org.slf4j</groupId>
94101
<artifactId>slf4j-api</artifactId>
95-
<version>2.0.9</version>
96102
</dependency>
97103
<dependency>
98104
<groupId>org.slf4j</groupId>
99105
<artifactId>slf4j-simple</artifactId>
100-
<version>2.0.9</version>
101106
<scope>test</scope>
102107
</dependency>
103108
<dependency>
104109
<groupId>no.digipost</groupId>
105110
<artifactId>digg</artifactId>
106-
<version>0.33</version>
111+
<version>0.34</version>
107112
<scope>test</scope>
108113
</dependency>
109114
<dependency>
110115
<groupId>commons-io</groupId>
111116
<artifactId>commons-io</artifactId>
112-
<version>2.15.1</version>
117+
<version>2.16.1</version>
113118
<scope>test</scope>
114119
</dependency>
115120
<dependency>
@@ -159,7 +164,7 @@
159164
<dependency>
160165
<groupId>nl.jqno.equalsverifier</groupId>
161166
<artifactId>equalsverifier</artifactId>
162-
<version>3.15.5</version>
167+
<version>3.16.1</version>
163168
<scope>test</scope>
164169
</dependency>
165170
</dependencies>
@@ -220,15 +225,15 @@
220225
</plugin>
221226
<plugin>
222227
<artifactId>maven-compiler-plugin</artifactId>
223-
<version>3.12.1</version>
228+
<version>3.13.0</version>
224229
</plugin>
225230
<plugin>
226231
<artifactId>maven-surefire-plugin</artifactId>
227-
<version>3.2.3</version>
232+
<version>3.2.5</version>
228233
</plugin>
229234
<plugin>
230235
<artifactId>maven-deploy-plugin</artifactId>
231-
<version>3.1.1</version>
236+
<version>3.1.2</version>
232237
</plugin>
233238
<plugin>
234239
<artifactId>maven-clean-plugin</artifactId>
@@ -240,15 +245,15 @@
240245
</plugin>
241246
<plugin>
242247
<artifactId>maven-install-plugin</artifactId>
243-
<version>3.1.1</version>
248+
<version>3.1.2</version>
244249
</plugin>
245250
<plugin>
246251
<artifactId>maven-resources-plugin</artifactId>
247252
<version>3.3.1</version>
248253
</plugin>
249254
<plugin>
250255
<artifactId>maven-jar-plugin</artifactId>
251-
<version>3.3.0</version>
256+
<version>3.4.1</version>
252257
</plugin>
253258
<plugin>
254259
<groupId>org.codehaus.mojo</groupId>
@@ -258,7 +263,7 @@
258263
<plugin>
259264
<groupId>com.github.siom79.japicmp</groupId>
260265
<artifactId>japicmp-maven-plugin</artifactId>
261-
<version>0.18.3</version>
266+
<version>0.21.2</version>
262267
<configuration>
263268
<parameter>
264269
<includes>

0 commit comments

Comments
 (0)