NIFI-13179 Upgraded oauth2-oidc-sdk from 9.43.4 to 11.10.1

This closes #8776

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
Joseph Witt 2024-05-07 16:41:05 -07:00 committed by exceptionfactory
parent f0d0676518
commit 0ab5e2f741
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>oauth2-oidc-sdk</artifactId>
<version>9.43.4</version>
<version>11.10.1</version>
</dependency>
<dependency>
<groupId>com.nimbusds</groupId>

View File

@ -104,7 +104,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>oauth2-oidc-sdk</artifactId>
<version>9.43.4</version>
<version>11.10.1</version>
</dependency>
<dependency>
<groupId>com.nimbusds</groupId>