Skip to content

Commit 106e406

Browse files
committed
Update dependencies
1 parent f6646e2 commit 106e406

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@
7575
<dependency>
7676
<groupId>io.undertow</groupId>
7777
<artifactId>undertow-core</artifactId>
78-
<version>2.3.20.Final</version>
78+
<version>2.3.22.Final</version>
7979
</dependency>
8080
<dependency>
8181
<groupId>com.fasterxml.jackson.dataformat</groupId>
8282
<artifactId>jackson-dataformat-cbor</artifactId>
83-
<version>2.20.1</version>
83+
<version>2.21.0</version>
8484
</dependency>
8585
<dependency>
8686
<groupId>com.googlecode.concurrent-trees</groupId>
@@ -90,7 +90,7 @@
9090
<dependency>
9191
<groupId>org.netpreserve</groupId>
9292
<artifactId>jwarc</artifactId>
93-
<version>0.32.0</version>
93+
<version>0.34.0</version>
9494
</dependency>
9595
<dependency>
9696
<groupId>org.netpreserve</groupId>
@@ -100,7 +100,7 @@
100100
<dependency>
101101
<groupId>com.nimbusds</groupId>
102102
<artifactId>nimbus-jose-jwt</artifactId>
103-
<version>10.6</version>
103+
<version>10.7</version>
104104
</dependency>
105105
<dependency>
106106
<groupId>org.apache.httpcomponents</groupId>

0 commit comments

Comments
 (0)