You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by pr...@apache.org on 2023/04/27 08:44:21 UTC

[ranger] branch master updated: RANGER-4204: RANGER-4205: RANGER-4206: RANGER-4212: Upgrade woodstox, commons-net, kerby and json-smart libraries versions

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

pradeep 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 87c9f3b0d RANGER-4204: RANGER-4205: RANGER-4206: RANGER-4212: Upgrade woodstox, commons-net, kerby and json-smart libraries versions
87c9f3b0d is described below

commit 87c9f3b0dff669d5dab4667f86d108c019480c80
Author: Pradeep AgrawaL <pr...@apache.org>
AuthorDate: Mon Apr 24 18:12:43 2023 +0530

    RANGER-4204: RANGER-4205: RANGER-4206: RANGER-4212: Upgrade woodstox, commons-net, kerby and json-smart libraries versions
---
 credentialbuilder/pom.xml        | 10 ++++++++++
 distro/src/main/assembly/kms.xml |  4 ++++
 pom.xml                          | 10 +++++-----
 3 files changed, 19 insertions(+), 5 deletions(-)

diff --git a/credentialbuilder/pom.xml b/credentialbuilder/pom.xml
index 2d3cf446a..dea198b47 100644
--- a/credentialbuilder/pom.xml
+++ b/credentialbuilder/pom.xml
@@ -142,5 +142,15 @@
             <version>${slf4j.version}</version>
 	    <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.codehaus.woodstox</groupId>
+            <artifactId>stax2-api</artifactId>
+            <version>${codehaus.woodstox.stax2api.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>com.fasterxml.woodstox</groupId>
+            <artifactId>woodstox-core</artifactId>
+            <version>${fasterxml.woodstox.version}</version>
+        </dependency>
     </dependencies>
 </project>
diff --git a/distro/src/main/assembly/kms.xml b/distro/src/main/assembly/kms.xml
index 4b4a2ac8e..0de32ce19 100755
--- a/distro/src/main/assembly/kms.xml
+++ b/distro/src/main/assembly/kms.xml
@@ -90,6 +90,10 @@
                     <include>com.fasterxml.jackson.core:jackson-core</include>
                     <include>com.fasterxml.jackson.core:jackson-annotations</include>
                     <include>com.fasterxml.jackson.core:jackson-databind</include>
+                    <include>org.apache.kerby:kerb-core:jar:${kerby.version}</include>
+                    <include>org.apache.kerby:kerb-util:jar:${kerby.version}</include>
+                    <include>org.apache.kerby:kerb-crypto:jar:${kerby.version}</include>
+                    <include>org.apache.kerby:kerby-asn1:jar:${kerby.version}</include>
                     <include>com.microsoft.azure:azure:jar:${com.microsoft.azure.version}</include>
                     <include>com.microsoft.azure:azure-keyvault:jar:${com.microsoft.azure.azure-keyvault.version}</include>
                     <include>com.microsoft.azure:azure-mgmt-keyvault:jar:${com.microsoft.azure.azure-mgmt-keyvault.version}</include>
diff --git a/pom.xml b/pom.xml
index 285499c18..efe7b5827 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,7 +106,7 @@
         <commons.lang3.version>3.3.2</commons.lang3.version>
         <commons.logging.version>1.2</commons.logging.version>
         <commons.math.version>2.2</commons.math.version>
-        <commons.net.version>3.6</commons.net.version>
+        <commons.net.version>3.9.0</commons.net.version>
         <commons.pool.version>1.6</commons.pool.version>
         <commons.text.version>1.10.0</commons.text.version>
         <curator.test.version>5.4.0</curator.test.version>
@@ -157,12 +157,12 @@
         <jline.version>0.9.94</jline.version>
         <jopt-simple.version>3.2</jopt-simple.version>
         <json4s.version>3.2.11</json4s.version>
-        <jsonsmart.version>2.4.7</jsonsmart.version>
+        <jsonsmart.version>2.4.10</jsonsmart.version>
         <jsr250.version>1.0</jsr250.version>
         <jsr305.version>1.3.9</jsr305.version>
         <junit.version>4.13.1</junit.version>
         <kafka.version>2.8.1</kafka.version>
-        <kerby.version>1.0.0</kerby.version>
+        <kerby.version>2.0.3</kerby.version>
         <knox.gateway.version>1.4.0</knox.gateway.version>
         <kylin.version>3.1.3</kylin.version>
         <libpam4j.version>1.10</libpam4j.version>
@@ -209,8 +209,8 @@
         <testng.version>6.9.4</testng.version>
         <velocity.version>2.3</velocity.version>
         <zookeeper.version>3.5.5</zookeeper.version>
-        <codehaus.woodstox.stax2api.version>3.1.4</codehaus.woodstox.stax2api.version>
-        <fasterxml.woodstox.version>5.0.3</fasterxml.woodstox.version>
+        <codehaus.woodstox.stax2api.version>4.2.1</codehaus.woodstox.stax2api.version>
+        <fasterxml.woodstox.version>5.4.0</fasterxml.woodstox.version>
         <fasterxml.jackson.version>2.14.0</fasterxml.jackson.version>
         <fasterxml.jackson.databind.version>2.14.0</fasterxml.jackson.databind.version>
         <kstruct.gethostname4j.version>1.0.0</kstruct.gethostname4j.version>