mirror of https://github.com/apache/nifi.git
NIFI-6786:
- Upgrading nimbus-jose-jwt. This closes #3830. Signed-off-by: Bryan Bende <bbende@apache.org>
This commit is contained in:
parent
e9717c76ac
commit
8b23929638
|
@ -332,7 +332,7 @@
|
|||
<dependency>
|
||||
<groupId>com.nimbusds</groupId>
|
||||
<artifactId>oauth2-oidc-sdk</artifactId>
|
||||
<version>5.34.2</version>
|
||||
<version>6.16.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.minidev</groupId>
|
||||
|
@ -347,7 +347,7 @@
|
|||
<dependency>
|
||||
<groupId>com.nimbusds</groupId>
|
||||
<artifactId>nimbus-jose-jwt</artifactId>
|
||||
<version>5.7</version>
|
||||
<version>7.9</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue