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

brandonwilliams pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 259c63f  update version of Jackson to 2.9.10
259c63f is described below

commit 259c63f18ee3b602bc42a700a8e9cac6629a332c
Author: Stefan Miklosovic <stefan.mikloso...@instaclustr.com>
AuthorDate: Wed Jun 3 21:48:51 2020 +0200

    update version of Jackson to 2.9.10
    
    Patch by Stefan Milosovic, reviewed by brandonwilliams for
    CASSANDRA-15867
---
 build.xml                                          |   6 +++---
 lib/jackson-annotations-2.9.10.jar                 | Bin 0 -> 66894 bytes
 lib/jackson-annotations-2.9.5.jar                  | Bin 66983 -> 0 bytes
 ...kson-core-2.9.5.jar => jackson-core-2.9.10.jar} | Bin 321590 -> 325636 bytes
 ...ind-2.9.5.jar => jackson-databind-2.9.10.4.jar} | Bin 1342410 -> 1349395 
bytes
 5 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/build.xml b/build.xml
index f329017..495d3d3 100644
--- a/build.xml
+++ b/build.xml
@@ -539,9 +539,9 @@
           <dependency groupId="org.slf4j" artifactId="jcl-over-slf4j" 
version="1.7.25" />
           <dependency groupId="ch.qos.logback" artifactId="logback-core" 
version="1.2.3"/>
           <dependency groupId="ch.qos.logback" artifactId="logback-classic" 
version="1.2.3"/>
-          <dependency groupId="com.fasterxml.jackson.core" 
artifactId="jackson-core" version="2.9.5"/>
-          <dependency groupId="com.fasterxml.jackson.core" 
artifactId="jackson-databind" version="2.9.5"/>
-          <dependency groupId="com.fasterxml.jackson.core" 
artifactId="jackson-annotations" version="2.9.5"/>
+          <dependency groupId="com.fasterxml.jackson.core" 
artifactId="jackson-core" version="2.9.10"/>
+          <dependency groupId="com.fasterxml.jackson.core" 
artifactId="jackson-databind" version="2.9.10.4"/>
+          <dependency groupId="com.fasterxml.jackson.core" 
artifactId="jackson-annotations" version="2.9.10"/>
           <dependency groupId="com.googlecode.json-simple" 
artifactId="json-simple" version="1.1"/>
           <dependency groupId="com.boundary" artifactId="high-scale-lib" 
version="1.0.6"/>
           <dependency groupId="com.github.jbellis" artifactId="jamm" 
version="${jamm.version}"/>
diff --git a/lib/jackson-annotations-2.9.10.jar 
b/lib/jackson-annotations-2.9.10.jar
new file mode 100644
index 0000000..de054c6
Binary files /dev/null and b/lib/jackson-annotations-2.9.10.jar differ
diff --git a/lib/jackson-annotations-2.9.5.jar 
b/lib/jackson-annotations-2.9.5.jar
deleted file mode 100644
index 98ea004..0000000
Binary files a/lib/jackson-annotations-2.9.5.jar and /dev/null differ
diff --git a/lib/jackson-core-2.9.5.jar b/lib/jackson-core-2.9.10.jar
similarity index 54%
rename from lib/jackson-core-2.9.5.jar
rename to lib/jackson-core-2.9.10.jar
index b70d1ef..1b5e87c 100644
Binary files a/lib/jackson-core-2.9.5.jar and b/lib/jackson-core-2.9.10.jar 
differ
diff --git a/lib/jackson-databind-2.9.5.jar b/lib/jackson-databind-2.9.10.4.jar
similarity index 64%
rename from lib/jackson-databind-2.9.5.jar
rename to lib/jackson-databind-2.9.10.4.jar
index 7a95150..9045f2f 100644
Binary files a/lib/jackson-databind-2.9.5.jar and 
b/lib/jackson-databind-2.9.10.4.jar differ


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to