mirror of https://github.com/apache/cassandra
Upgrade jackson to 2.13.2
Patch by brandonwilliams; reviewed by bereng for CASSANDRA-17460
This commit is contained in:
parent
a14700bf76
commit
b465fec770
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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}"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue