This is an automated email from the ASF dual-hosted git repository.
brandonwilliams pushed a commit to branch cassandra-4.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/cassandra-4.0 by this push:
new b465fec Upgrade jackson to 2.13.2
b465fec is described below
commit b465fec7707555a1bfc8ac80fd655550b9e97f1f
Author: Brandon Williams <[email protected]>
AuthorDate: Mon Mar 21 07:24:20 2022 -0500
Upgrade jackson to 2.13.2
Patch by brandonwilliams; reviewed by bereng for CASSANDRA-17460
---
CHANGES.txt | 1 +
build.xml | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/CHANGES.txt b/CHANGES.txt
index 2ed1fba..1e710a3 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
4.0.4
+ * Upgrade jackson to 2.13.2 (CASSANDRA-17460)
* Make sstableloader honour native port option (CASSANDRA-17210)
* Reject snapshot names with special character (CASSANDRA-15297)
* Fix ObjectSizes implementation and usages (CASSANDRA-17402)
diff --git a/build.xml b/build.xml
index 6cd135f..5630228 100644
--- a/build.xml
+++ b/build.xml
@@ -528,9 +528,9 @@
<dependency groupId="org.slf4j" artifactId="jcl-over-slf4j"
version="1.7.25" />
<dependency groupId="ch.qos.logback" artifactId="logback-core"
version="1.2.9"/>
<dependency groupId="ch.qos.logback" artifactId="logback-classic"
version="1.2.9"/>
- <dependency groupId="com.fasterxml.jackson.core"
artifactId="jackson-core" version="2.12.5"/>
- <dependency groupId="com.fasterxml.jackson.core"
artifactId="jackson-databind" version="2.12.5"/>
- <dependency groupId="com.fasterxml.jackson.core"
artifactId="jackson-annotations" version="2.12.5"/>
+ <dependency groupId="com.fasterxml.jackson.core"
artifactId="jackson-core" version="2.13.2"/>
+ <dependency groupId="com.fasterxml.jackson.core"
artifactId="jackson-databind" version="2.13.2"/>
+ <dependency groupId="com.fasterxml.jackson.core"
artifactId="jackson-annotations" version="2.13.2"/>
<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}"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]