This is an automated email from the ASF dual-hosted git repository.
madhan 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 d9d5c2dab RANGER-3863: fix to enable build in Apple M1/M2 environment
d9d5c2dab is described below
commit d9d5c2dab7f1fca7b390f5a95cc89b45fa55d377
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]>
---
pom.xml | 6 +++---
security-admin/pom.xml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 7b0dd14c5..9835ffbf8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -211,9 +211,9 @@
<fasterxml.woodstox.version>5.0.3</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>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 5e24dd846..54bd231d8 100644
--- a/security-admin/pom.xml
+++ b/security-admin/pom.xml
@@ -928,7 +928,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>