mirror of https://github.com/apache/nifi.git
NIFI-10443 Upgraded oauth2-oidc-sdk from 9.10 to 9.43
- Upgraded nimbus-jose-jwt to 9.11.2 to 9.24.3 This closes #6366 Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
parent
a0c705715b
commit
b12510e54a
|
@ -264,17 +264,12 @@
|
|||
<dependency>
|
||||
<groupId>com.nimbusds</groupId>
|
||||
<artifactId>oauth2-oidc-sdk</artifactId>
|
||||
<version>9.10.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.nimbusds</groupId>
|
||||
<artifactId>lang-tag</artifactId>
|
||||
<version>1.5</version>
|
||||
<version>9.43</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.nimbusds</groupId>
|
||||
<artifactId>nimbus-jose-jwt</artifactId>
|
||||
<version>9.11.2</version>
|
||||
<version>9.24.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.jettison</groupId>
|
||||
|
|
Loading…
Reference in New Issue