You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by sp...@apache.org on 2020/05/12 20:44:56 UTC

[ranger] branch master updated: RANGER-2812: Upgrade Nimbus-Jose-JWT and netty versions

This is an automated email from the ASF dual-hosted git repository.

spolavarapu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/master by this push:
     new 0db8b4f  RANGER-2812: Upgrade Nimbus-Jose-JWT and netty versions
0db8b4f is described below

commit 0db8b4f3f5997fee2f05b35a2488a08873657bcb
Author: Sailaja Polavarapu <sp...@cloudera.com>
AuthorDate: Tue May 12 13:44:43 2020 -0700

    RANGER-2812: Upgrade Nimbus-Jose-JWT and netty versions
---
 pom.xml                | 4 ++--
 security-admin/pom.xml | 7 ++++++-
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index ebce7c9..b292a7c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -163,8 +163,8 @@
         <mockito.version>3.0.0</mockito.version>
         <mockito.all.version>1.10.19</mockito.all.version>
         <mysql-connector-java.version>5.1.31</mysql-connector-java.version>
-        <netty.version>3.10.5.Final</netty.version>
-        <netty-all.version>4.1.34.Final</netty-all.version>
+        <netty.version>3.10.6.Final</netty.version>
+        <netty-all.version>4.1.49.Final</netty-all.version>
         <noggit.version>0.8</noggit.version>
         <owasp-java-html-sanitizer.version>r239</owasp-java-html-sanitizer.version>
         <paranamer.version>2.3</paranamer.version>
diff --git a/security-admin/pom.xml b/security-admin/pom.xml
index fc4a200..745dbfe 100644
--- a/security-admin/pom.xml
+++ b/security-admin/pom.xml
@@ -513,7 +513,7 @@
         <dependency>
             <groupId>com.nimbusds</groupId>
             <artifactId>nimbus-jose-jwt</artifactId>
-            <version>4.41.2</version>
+            <version>8.15</version>
             <scope>compile</scope>
         </dependency>
         <!-- Transitive dependency for nimbus-jose-jwt.
@@ -530,6 +530,11 @@
             <artifactId>guice</artifactId>
             <version>3.0</version>
         </dependency>
+	<dependency>
+            <groupId>io.netty</groupId>
+            <artifactId>netty</artifactId>
+            <version>${netty.version}</version>
+        </dependency>
         <dependency>
             <groupId>javax.annotation</groupId>
             <artifactId>jsr250-api</artifactId>