This is an automated email from the ASF dual-hosted git repository.
brandonwilliams pushed a commit to branch cassandra-3.11
in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/cassandra-3.11 by this push:
new 4bb1a07b5b Upgrade jackson-databind to 2.13.2.2
4bb1a07b5b is described below
commit 4bb1a07b5be16b35d33ef5a4645a1209dffa9759
Author: Brandon Williams <[email protected]>
AuthorDate: Wed Apr 13 14:29:28 2022 -0500
Upgrade jackson-databind to 2.13.2.2
Patch by brandonwilliams; reviewed by bereng for CASSANDRA-17556
---
CHANGES.txt | 1 +
build.xml | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/CHANGES.txt b/CHANGES.txt
index 66b114a379..cb879685a2 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
3.11.13
+ * Upgrade jackson-databind to 2.13.2.2 (CASSANDRA-17556)
* Upgrade slf4j to 1.7.25 (CASSANDRA-17474)
* Upgrade jackson to 2.13.2 (CASSANDRA-17492)
* emit warning on keyspace creation when replication factor is bigger than
the number of nodes (CASSANDRA-16747)
diff --git a/build.xml b/build.xml
index be1168ec4d..36887647e6 100644
--- a/build.xml
+++ b/build.xml
@@ -363,7 +363,7 @@
<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.13.2"/>
- <dependency groupId="com.fasterxml.jackson.core"
artifactId="jackson-databind" version="2.13.2"/>
+ <dependency groupId="com.fasterxml.jackson.core"
artifactId="jackson-databind" version="2.13.2.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"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]