This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
new 86ddf7758c NIFI-13049 Upgraded nimbus-jose-jwt to 9.37.3 for Registry
and Toolkit
86ddf7758c is described below
commit 86ddf7758c33b813d895b7db4b593057ef8381da
Author: Mark Bathori <[email protected]>
AuthorDate: Mon Apr 15 21:02:16 2024 +0200
NIFI-13049 Upgraded nimbus-jose-jwt to 9.37.3 for Registry and Toolkit
This closes #8650
Signed-off-by: David Handermann <[email protected]>
---
nifi-registry/pom.xml | 5 +++++
nifi-toolkit/pom.xml | 5 +++++
2 files changed, 10 insertions(+)
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index 7c2db7c69b..aa0a7b0b5d 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -210,6 +210,11 @@
<artifactId>sshd-sftp</artifactId>
<version>${org.apache.sshd.version}</version>
</dependency>
+ <dependency>
+ <groupId>com.nimbusds</groupId>
+ <artifactId>nimbus-jose-jwt</artifactId>
+ <version>9.37.3</version>
+ </dependency>
</dependencies>
</dependencyManagement>
diff --git a/nifi-toolkit/pom.xml b/nifi-toolkit/pom.xml
index 22c098e939..062099c5e1 100644
--- a/nifi-toolkit/pom.xml
+++ b/nifi-toolkit/pom.xml
@@ -74,6 +74,11 @@
<artifactId>netty</artifactId>
<version>${netty.3.version}</version>
</dependency>
+ <dependency>
+ <groupId>com.nimbusds</groupId>
+ <artifactId>nimbus-jose-jwt</artifactId>
+ <version>9.37.3</version>
+ </dependency>
</dependencies>
</dependencyManagement>
<dependencies>