Skip to content

Commit ce96eca

Browse files
committed
Upgrade to Nimbus Jose JWT 10.3.1.
Also, bump logback to 1.5. Closes gh-930
1 parent 1388e35 commit ce96eca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-vault-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@
336336
<dependency>
337337
<groupId>com.nimbusds</groupId>
338338
<artifactId>nimbus-jose-jwt</artifactId>
339-
<version>9.37.2</version>
339+
<version>10.3.1</version>
340340
<scope>test</scope>
341341
</dependency>
342342

@@ -352,7 +352,7 @@
352352
<dependency>
353353
<groupId>ch.qos.logback</groupId>
354354
<artifactId>logback-classic</artifactId>
355-
<version>1.4.14</version>
355+
<version>1.5.18</version>
356356
<scope>test</scope>
357357
</dependency>
358358
</dependencies>

0 commit comments

Comments
 (0)