This is an automated email from the ASF dual-hosted git repository.
madhan pushed a commit to branch ranger-2.5
in repository https://gitbox.apache.org/repos/asf/ranger.git
The following commit(s) were added to refs/heads/ranger-2.5 by this push:
new 82446c1e3 RANGER-4866: version updates suggested by dependabot:
testng, json-path, jetty-server, jetty-http, jettision
82446c1e3 is described below
commit 82446c1e3f05f93819b5dc1e7347e5832b33f8f5
Author: Madhan Neethiraj <[email protected]>
AuthorDate: Thu Jul 18 17:48:54 2024 -0700
RANGER-4866: version updates suggested by dependabot: testng, json-path,
jetty-server, jetty-http, jettision
(cherry picked from commit 4e74eb0e8d6455b86aeeb4a99106970ce137d167)
---
dev-support/ranger-docker/.env | 6 +++---
hbase-agent/pom.xml | 2 +-
knox-agent/pom.xml | 2 +-
plugin-nestedstructure/pom.xml | 2 +-
plugin-schema-registry/pom.xml | 2 +-
pom.xml | 12 ++++++------
6 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/dev-support/ranger-docker/.env b/dev-support/ranger-docker/.env
index 89f792e11..5031133aa 100644
--- a/dev-support/ranger-docker/.env
+++ b/dev-support/ranger-docker/.env
@@ -33,10 +33,10 @@ SOLR_VERSION=8
# service versions
HADOOP_VERSION=3.3.3
HBASE_VERSION=2.6.0
-HIVE_VERSION=3.1.2
+HIVE_VERSION=3.1.3
HIVE_HADOOP_VERSION=3.1.1
-KAFKA_VERSION=2.8.1
-KNOX_VERSION=1.4.0
+KAFKA_VERSION=2.8.2
+KNOX_VERSION=2.0.0
TRINO_VERSION=377
# versions of ranger services
diff --git a/hbase-agent/pom.xml b/hbase-agent/pom.xml
index 4002e3536..1b9e0b84d 100644
--- a/hbase-agent/pom.xml
+++ b/hbase-agent/pom.xml
@@ -23,7 +23,7 @@
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <hbase.jetty.version>9.3.27.v20190418</hbase.jetty.version>
+ <hbase.jetty.version>9.4.51.v20230217</hbase.jetty.version>
</properties>
<parent>
<groupId>org.apache.ranger</groupId>
diff --git a/knox-agent/pom.xml b/knox-agent/pom.xml
index 4916576a0..0bbd2ce9a 100644
--- a/knox-agent/pom.xml
+++ b/knox-agent/pom.xml
@@ -23,7 +23,7 @@
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <knox.jetty.version>9.4.31.v20200723</knox.jetty.version>
+ <knox.jetty.version>9.4.51.v20230217</knox.jetty.version>
</properties>
<parent>
<groupId>org.apache.ranger</groupId>
diff --git a/plugin-nestedstructure/pom.xml b/plugin-nestedstructure/pom.xml
index aca1ceebf..7dfef849a 100644
--- a/plugin-nestedstructure/pom.xml
+++ b/plugin-nestedstructure/pom.xml
@@ -66,7 +66,7 @@
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
- <version>2.4.0</version>
+ <version>2.9.0</version>
</dependency>
<dependency>
<groupId>org.openjdk.nashorn</groupId>
diff --git a/plugin-schema-registry/pom.xml b/plugin-schema-registry/pom.xml
index e7c98cb49..ba2831472 100644
--- a/plugin-schema-registry/pom.xml
+++ b/plugin-schema-registry/pom.xml
@@ -34,7 +34,7 @@
<properties>
<jersey.version>2.22.1</jersey.version>
<schema.registry.version>0.9.1</schema.registry.version>
- <jettison.version>1.1</jettison.version>
+ <jettison.version>1.5.4</jettison.version>
<servlet-api.version>3.0.1</servlet-api.version>
</properties>
diff --git a/pom.xml b/pom.xml
index d9256b981..3107db4e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,10 +122,10 @@
<guice.version>4.0</guice.version>
<hadoop-shaded-guava.version>1.1.1</hadoop-shaded-guava.version>
<hadoop.version>3.3.3</hadoop.version>
- <ozone.version>1.3.0</ozone.version>
+ <ozone.version>1.4.0</ozone.version>
<hamcrest.version>2.2</hamcrest.version>
<hbase.version>2.6.0</hbase.version>
- <hive.version>3.1.2</hive.version>
+ <hive.version>3.1.3</hive.version>
<hive.storage-api.version>2.7.2</hive.storage-api.version>
<orc.version>1.5.8</orc.version>
<aircompressor.version>0.10</aircompressor.version>
@@ -165,10 +165,10 @@
<jsr305.version>1.3.9</jsr305.version>
<junit.version>4.13.1</junit.version>
<junit.jupiter.version>5.10.0</junit.jupiter.version>
- <kafka.version>2.8.1</kafka.version>
+ <kafka.version>2.8.2</kafka.version>
<kerby.version>2.0.3</kerby.version>
- <knox.gateway.version>1.4.0</knox.gateway.version>
- <kylin.version>3.1.3</kylin.version>
+ <knox.gateway.version>2.0.0</knox.gateway.version>
+ <kylin.version>4.0.4</kylin.version>
<libpam4j.version>1.10</libpam4j.version>
<local.lib.dir>${project.basedir}/../lib/local</local.lib.dir>
<logback.version>1.3.14</logback.version>
@@ -210,7 +210,7 @@
<storm.version>1.2.4</storm.version>
<sun-jersey-bundle.version>1.19</sun-jersey-bundle.version>
<tomcat.embed.version>8.5.94</tomcat.embed.version>
- <testng.version>7.0.0</testng.version>
+ <testng.version>7.5.1</testng.version>
<velocity.version>2.3</velocity.version>
<zookeeper.version>3.5.5</zookeeper.version>
<codehaus.woodstox.stax2api.version>4.2.1</codehaus.woodstox.stax2api.version>