This is an automated email from the ASF dual-hosted git repository.
bbende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/master by this push:
new 8b23929 NIFI-6786: - Upgrading nimbus-jose-jwt.
8b23929 is described below
commit 8b239296388ae2df6b6dbb402a1b615b82eb327f
Author: Matt Gilman <[email protected]>
AuthorDate: Mon Oct 21 10:42:52 2019 -0400
NIFI-6786:
- Upgrading nimbus-jose-jwt.
This closes #3830.
Signed-off-by: Bryan Bende <[email protected]>
---
nifi-nar-bundles/nifi-framework-bundle/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/nifi-nar-bundles/nifi-framework-bundle/pom.xml
b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
index 979e908..f892121 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
@@ -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>