Skip to content

Commit

Permalink
NIFI-12909 Upgraded Nimbus JOSE+JWT from 9.33.0 to 9.37.3
Browse files Browse the repository at this point in the history
This closes #8518

Signed-off-by: David Handermann <exceptionfactory@apache.org>
  • Loading branch information
pvillard31 authored and exceptionfactory committed Mar 15, 2024
1 parent d97c794 commit 82e11df
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion nifi-nar-bundles/nifi-accumulo-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>9.33</version>
<version>9.37.3</version>
</dependency>
<!-- Override Hadoop from accumulo-core -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion nifi-nar-bundles/nifi-azure-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>9.33</version>
<version>9.37.3</version>
</dependency>
<!-- Override Reactor Netty client 1.0.34 from Azure Identity -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion nifi-nar-bundles/nifi-framework-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>9.33</version>
<version>9.37.3</version>
</dependency>
<dependency>
<groupId>org.codehaus.jettison</groupId>
Expand Down
2 changes: 1 addition & 1 deletion nifi-nar-bundles/nifi-hadoop-libraries-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>9.33</version>
<version>9.37.3</version>
</dependency>
<!-- Override Guava 27 -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion nifi-nar-bundles/nifi-hive-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>9.33</version>
<version>9.37.3</version>
</dependency>
<!-- Override Groovy from hive-exec -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion nifi-nar-bundles/nifi-iceberg-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>9.33</version>
<version>9.37.3</version>
</dependency>
<!-- Override Hadoop 3.1.0 -->
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>9.33</version>
<version>9.37.3</version>
</dependency>
<!-- Override woodstox-core 5.3.0 from HBase -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion nifi-registry/nifi-registry-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>9.33</version>
<version>9.37.3</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down

0 comments on commit 82e11df

Please sign in to comment.