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
commit a6864cccd4c0631a3ae88242739bc592755c349c Author: Brandon Williams <brandonwilli...@apache.org> AuthorDate: Mon Mar 28 09:57:55 2022 -0500 Upgrade jackson to 2.13.2 Patch by brandonwilliams; reviewed by bereng for CASSANDRA-17492 --- CHANGES.txt | 1 + build.xml | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index a7d74f2..7aef38b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,5 @@ 3.11.13 + * 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) * Fix snapshot true size calculation (CASSANDRA-17267) * Validate existence of DCs when repairing (CASSANDRA-17407) diff --git a/build.xml b/build.xml index de1e9d2..0081556 100644 --- a/build.xml +++ b/build.xml @@ -362,9 +362,9 @@ <dependency groupId="org.slf4j" artifactId="jcl-over-slf4j" version="1.7.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.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: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org