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

madhan pushed a commit to branch ranger-2.4
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/ranger-2.4 by this push:
     new 7153686e0 RANGER-3863: fix to enable build in Apple M1/M2 environment
7153686e0 is described below

commit 7153686e01d56ccfffc47c58a30dea745506582e
Author: ziyue yang <[email protected]>
AuthorDate: Thu Dec 1 17:03:06 2022 -0800

    RANGER-3863: fix to enable build in Apple M1/M2 environment
    
    Signed-off-by: Madhan Neethiraj <[email protected]>
    (cherry picked from commit d9d5c2dab7f1fca7b390f5a95cc89b45fa55d377)
---
 pom.xml                | 6 +++---
 security-admin/pom.xml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 61d8429fd..703e326dc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -209,9 +209,9 @@
         <fasterxml.woodstox.version>5.0.3</fasterxml.woodstox.version>
         <fasterxml.jackson.version>2.11.3</fasterxml.jackson.version>
         
<fasterxml.jackson.databind.version>2.11.3</fasterxml.jackson.databind.version>
-        <kstruct.gethostname4j.version>0.0.2</kstruct.gethostname4j.version>
-        <jna.version>5.2.0</jna.version>
-        <jna-platform.version>5.2.0</jna-platform.version>
+        <kstruct.gethostname4j.version>1.0.0</kstruct.gethostname4j.version>
+        <jna.version>5.7.0</jna.version>
+        <jna-platform.version>5.7.0</jna-platform.version>
         <!-- presto plugin deps -->
         <presto.airlift.version>0.192</presto.airlift.version>
         <presto.bval-jsr.version>2.0.0</presto.bval-jsr.version>
diff --git a/security-admin/pom.xml b/security-admin/pom.xml
index 8aa68afe6..b81f2c1d8 100644
--- a/security-admin/pom.xml
+++ b/security-admin/pom.xml
@@ -850,7 +850,7 @@
             <plugin>
                 <groupId>com.github.eirslett</groupId>
                 <artifactId>frontend-maven-plugin</artifactId>
-                <version>1.6</version>
+                <version>1.12.1</version>
                 <configuration>
                     
<workingDirectory>${project.build.directory}</workingDirectory>
                     
<installDirectory>${project.build.directory}</installDirectory>

Reply via email to