You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by me...@apache.org on 2020/12/23 13:30:17 UTC

[ranger] branch master updated (e4a6203 -> 934096e)

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

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


    from e4a6203  RANGER-3129: updated Python client to fix incorrect default value assignment to method params
     new e93af53  RANGER-3118: Upgrade jackson to 2.11.3
     new 934096e  RANGER-3119: Upgrade to slf4j 1.7.30

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


[ranger] 02/02: RANGER-3119: Upgrade to slf4j 1.7.30

Posted by me...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 934096e8ba17f0fe3730042200f7c702feb244dc
Author: Mahesh Bandal <ma...@gmail.com>
AuthorDate: Wed Dec 16 19:30:28 2020 +0530

    RANGER-3119: Upgrade to slf4j 1.7.30
    
    Signed-off-by: Mehul Parikh <me...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 207b0af..f764ac3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -179,7 +179,7 @@
         <scala.xml.version>1.0.4</scala.xml.version>
         <security-agent-install-dir>hadoop-security/plugins</security-agent-install-dir>
         <servlet.api.version>2.5</servlet.api.version>
-        <slf4j-api.version>1.7.25</slf4j-api.version>
+        <slf4j-api.version>1.7.30</slf4j-api.version>
         <solr.version>7.7.1</solr.version>
         <spring-ldap-core.version>2.3.3.RELEASE</spring-ldap-core.version>
         <springframework.security.version>4.2.18.RELEASE</springframework.security.version>


[ranger] 01/02: RANGER-3118: Upgrade jackson to 2.11.3

Posted by me...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit e93af53f9a097170e3e027c44258f8ffe919d28b
Author: Mahesh Bandal <ma...@gmail.com>
AuthorDate: Tue Dec 15 18:48:25 2020 +0530

    RANGER-3118: Upgrade jackson to 2.11.3
    
    Signed-off-by: Mehul Parikh <me...@apache.org>
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0fcecbf..207b0af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,8 +82,8 @@
         <assembly.plugin.version>2.6</assembly.plugin.version>
         <atlas.version>3.0.0-SNAPSHOT</atlas.version>
         <atlas.gson.version>2.5</atlas.gson.version>
-        <atlas.jackson.version>2.10.3</atlas.jackson.version>
-        <atlas.jackson.databind.version>2.10.3</atlas.jackson.databind.version>
+        <atlas.jackson.version>2.11.3</atlas.jackson.version>
+        <atlas.jackson.databind.version>2.11.3</atlas.jackson.databind.version>
         <atlas.jettison.version>1.3.7</atlas.jettison.version>
         <atlas.commons.logging.version>1.1.3</atlas.commons.logging.version>
         <bouncycastle.version>1.55</bouncycastle.version>
@@ -194,8 +194,8 @@
         <zookeeper.version>3.4.14</zookeeper.version>
         <codehaus.woodstox.stax2api.version>3.1.4</codehaus.woodstox.stax2api.version>
         <fasterxml.woodstox.version>5.0.3</fasterxml.woodstox.version>
-        <fasterxml.jackson.version>2.10.3</fasterxml.jackson.version>
-        <fasterxml.jackson.databind.version>2.10.3</fasterxml.jackson.databind.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>