update nimbus-jose-jwt to 2.26.1 due to base64 encoding issue

pull/653/head
ksahlmann 2014-07-25 13:16:24 +02:00 committed by Justin Richer
parent f974f95138
commit 4ca9a593f5
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>2.26</version>
<version>2.26.1</version>
</dependency>
<dependency>
<groupId>org.eclipse.persistence</groupId>