Skip to content

Commit b0419db

Browse files
authored
Merge pull request #362 from digipost/upgrade-deps
Upgrade dependencies, fix CVE-2025-27820
2 parents f7f241b + ee41d54 commit b0419db

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ This software includes third party software subject to the following licenses:
2323
Posten signering - Java API Client BOM under The Apache Software License, Version 2.0
2424
Posten signering - Java API Client Library under The Apache Software License, Version 2.0
2525
Posten signering - Java API Client Parent under The Apache Software License, Version 2.0
26-
SLF4J API Module under MIT License
26+
SLF4J API Module under MIT
2727

2828

lib/NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ This software includes third party software subject to the following licenses:
2121
Posten signering - API JAXB Classes under The Apache Software License, Version 2.0
2222
Posten signering - API Schema under The Apache Software License, Version 2.0
2323
Posten signering - Java API Client Library under The Apache Software License, Version 2.0
24-
SLF4J API Module under MIT License
24+
SLF4J API Module under MIT
2525

2626

lib/pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>org.junit</groupId>
3030
<artifactId>junit-bom</artifactId>
31-
<version>5.11.3</version>
31+
<version>5.13.0-M2</version>
3232
<type>pom</type>
3333
<scope>import</scope>
3434
</dependency>
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>org.slf4j</groupId>
4444
<artifactId>slf4j-bom</artifactId>
45-
<version>2.0.16</version>
45+
<version>2.0.17</version>
4646
<type>pom</type>
4747
<scope>import</scope>
4848
</dependency>
@@ -74,18 +74,18 @@
7474
<dependency>
7575
<groupId>org.apache.httpcomponents.client5</groupId>
7676
<artifactId>httpclient5</artifactId>
77-
<version>5.4.1</version>
77+
<version>5.4.4</version>
7878
</dependency>
7979
<dependency>
8080
<groupId>org.apache.httpcomponents.core5</groupId>
8181
<artifactId>httpcore5</artifactId>
82-
<version>5.3.1</version>
82+
<version>5.3.4</version>
8383
</dependency>
8484

8585
<dependency>
8686
<groupId>commons-io</groupId>
8787
<artifactId>commons-io</artifactId>
88-
<version>2.17.0</version>
88+
<version>2.19.0</version>
8989
<scope>test</scope>
9090
</dependency>
9191

@@ -124,7 +124,7 @@
124124
<dependency>
125125
<groupId>nl.jqno.equalsverifier</groupId>
126126
<artifactId>equalsverifier</artifactId>
127-
<version>3.17.1</version>
127+
<version>3.19.3</version>
128128
<scope>test</scope>
129129
</dependency>
130130
<dependency>
@@ -148,7 +148,7 @@
148148
<dependency>
149149
<groupId>no.digipost</groupId>
150150
<artifactId>digg</artifactId>
151-
<version>0.36</version>
151+
<version>0.37</version>
152152
<scope>test</scope>
153153
</dependency>
154154

@@ -183,12 +183,12 @@
183183
<plugins>
184184
<plugin>
185185
<artifactId>maven-compiler-plugin</artifactId>
186-
<version>3.13.0</version>
186+
<version>3.14.0</version>
187187
</plugin>
188188
<plugin>
189189
<groupId>com.github.siom79.japicmp</groupId>
190190
<artifactId>japicmp-maven-plugin</artifactId>
191-
<version>0.23.0</version>
191+
<version>0.23.1</version>
192192
<configuration>
193193
<parameter>
194194
<includes>
@@ -228,15 +228,15 @@
228228
</plugin>
229229
<plugin>
230230
<artifactId>maven-surefire-plugin</artifactId>
231-
<version>3.5.1</version>
231+
<version>3.5.3</version>
232232
</plugin>
233233
<plugin>
234234
<artifactId>maven-resources-plugin</artifactId>
235235
<version>3.3.1</version>
236236
</plugin>
237237
<plugin>
238238
<artifactId>maven-javadoc-plugin</artifactId>
239-
<version>3.10.1</version>
239+
<version>3.11.2</version>
240240
</plugin>
241241
<plugin>
242242
<artifactId>maven-jar-plugin</artifactId>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@
5050
<plugins>
5151
<plugin>
5252
<artifactId>maven-deploy-plugin</artifactId>
53-
<version>3.1.3</version>
53+
<version>3.1.4</version>
5454
</plugin>
5555
<plugin>
5656
<artifactId>maven-clean-plugin</artifactId>
57-
<version>3.4.0</version>
57+
<version>3.4.1</version>
5858
<configuration>
5959
<filesets>
6060
<fileset>
@@ -72,12 +72,12 @@
7272
</plugin>
7373
<plugin>
7474
<artifactId>maven-install-plugin</artifactId>
75-
<version>3.1.3</version>
75+
<version>3.1.4</version>
7676
</plugin>
7777
<plugin>
7878
<groupId>org.codehaus.mojo</groupId>
7979
<artifactId>versions-maven-plugin</artifactId>
80-
<version>2.17.1</version>
80+
<version>2.18.0</version>
8181
</plugin>
8282
</plugins>
8383
</pluginManagement>

0 commit comments

Comments
 (0)