Skip to content

Commit 598e809

Browse files
EPA-269: Bump dependencies (#39)
1 parent b8f1635 commit 598e809

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

epa4all-vau-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>org.eclipse.angus</groupId>
2020
<artifactId>angus-activation</artifactId>
21-
<version>2.0.2</version>
21+
<version>2.0.3</version>
2222
<scope>runtime</scope>
2323
</dependency>
2424

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<jacoco.version>0.8.14</jacoco.version>
6666

6767
<spotless.version>3.4.0</spotless.version>
68-
<slf4j.version>2.0.17</slf4j.version>
68+
<slf4j.version>2.0.18</slf4j.version>
6969
<!-- apache-cxf 4.1.x is incompatible-->
7070
<apache-cxf.version>4.2.0</apache-cxf.version>
7171
<cxf-xjc.version>4.1.2</cxf-xjc.version>
@@ -157,7 +157,7 @@
157157
<dependency>
158158
<groupId>com.fasterxml.jackson</groupId>
159159
<artifactId>jackson-bom</artifactId>
160-
<version>2.21.2</version>
160+
<version>2.21.3</version>
161161
<type>pom</type>
162162
<scope>import</scope>
163163
</dependency>
@@ -169,12 +169,12 @@
169169
<dependency>
170170
<groupId>com.nimbusds</groupId>
171171
<artifactId>oauth2-oidc-sdk</artifactId>
172-
<version>11.37</version>
172+
<version>11.37.1</version>
173173
</dependency>
174174
<dependency>
175175
<groupId>io.opentelemetry</groupId>
176176
<artifactId>opentelemetry-api</artifactId>
177-
<version>1.61.0</version>
177+
<version>1.62.0</version>
178178
</dependency>
179179

180180
<dependency>
@@ -206,7 +206,7 @@
206206
<dependency>
207207
<groupId>io.undertow</groupId>
208208
<artifactId>undertow-core</artifactId>
209-
<version>2.3.24.Final</version>
209+
<version>2.4.0.Final</version>
210210
</dependency>
211211

212212
</dependencies>

telematik-tsl/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<version.maven-surefire-plugin>3.5.1</version.maven-surefire-plugin>
1616

17-
<slf4j.version>2.0.16</slf4j.version>
17+
<slf4j.version>2.0.18</slf4j.version>
1818
<bouncycastle.version>1.84</bouncycastle.version>
1919
</properties>
2020

@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>com.fasterxml.jackson</groupId>
2525
<artifactId>jackson-bom</artifactId>
26-
<version>2.18.0</version>
26+
<version>2.21.3</version>
2727
<type>pom</type>
2828
<scope>import</scope>
2929
</dependency>
@@ -57,19 +57,19 @@
5757
<dependency>
5858
<groupId>org.slf4j</groupId>
5959
<artifactId>slf4j-simple</artifactId>
60-
<version>2.0.17</version>
60+
<version>${slf4j.version}</version>
6161
</dependency>
6262

6363
<dependency>
6464
<groupId>org.junit.jupiter</groupId>
6565
<artifactId>junit-jupiter</artifactId>
66-
<version>5.11.3</version>
66+
<version>6.0.3</version>
6767
<scope>test</scope>
6868
</dependency>
6969
<dependency>
7070
<groupId>org.mockito</groupId>
7171
<artifactId>mockito-bom</artifactId>
72-
<version>5.14.2</version>
72+
<version>5.23.0</version>
7373
<type>pom</type>
7474
<scope>import</scope>
7575
</dependency>

0 commit comments

Comments
 (0)