This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch CASSANDRA-17492-3.11 in repository https://gitbox.apache.org/repos/asf/cassandra.git
commit 87fd388b3562d289b6388ef6907cb3b9707954aa Author: Brandon Williams <[email protected]> AuthorDate: Mon Mar 28 09:57:55 2022 -0500 Upgrade jackson to 2.13.2 --- build.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: [email protected] For additional commands, e-mail: [email protected]
