Skip to content

Commit f9dbfd4

Browse files
committed
Update Jackson to 2.19.2
patch by Stefan Miklosovic; reviewed by Brandon Williams for CASSANDRA-20848
1 parent a64a64b commit f9dbfd4

File tree

4 files changed

+4
-16
lines changed

4 files changed

+4
-16
lines changed

.build/dependency-check-suppressions.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,6 @@
5252
<cve>CVE-2023-44487</cve>
5353
<cve>CVE-2025-25193</cve>
5454
</suppress>
55-
<!-- https://issues.apache.org/jira/browse/CASSANDRA-17966 -->
56-
<suppress>
57-
<packageUrl regex="true">^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$</packageUrl>
58-
<cve>CVE-2022-42003</cve>
59-
<cve>CVE-2022-42004</cve>
60-
<cve>CVE-2023-35116</cve>
61-
</suppress>
6255

6356
<!-- https://issues.apache.org/jira/browse/CASSANDRA-19142 -->
6457
<!-- https://issues.apache.org/jira/browse/CASSANDRA-20412 -->

.snyk

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,10 @@ ignore:
3434
- reason: https://issues.apache.org/jira/browse/CASSANDRA-17907 -- ^pkg:maven/org\.yaml/snakeyaml@.*$
3535
CVE-2022-41881:
3636
- reason: netty's http stuff is not applicable here -- ^pkg:maven/io\.netty/netty\-all@.*$
37-
CVE-2022-42003:
38-
- reason: https://issues.apache.org/jira/browse/CASSANDRA-17966 -- ^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$
39-
CVE-2022-42004:
40-
- reason: https://issues.apache.org/jira/browse/CASSANDRA-17966 -- ^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$
4137
CVE-2023-2976:
4238
- reason: not applicable https://nvd.nist.gov/vuln/detail/CVE-2020-8908 -- ^pkg:maven/com\.google\.guava/guava@.*$
4339
CVE-2023-34462:
4440
- reason: netty's http stuff is not applicable here -- ^pkg:maven/io\.netty/netty\-all@.*$
45-
CVE-2023-35116:
46-
- reason: https://issues.apache.org/jira/browse/CASSANDRA-17966 -- ^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$
4741
CVE-2023-44487:
4842
- reason: netty's http stuff is not applicable here -- ^pkg:maven/io\.netty/netty\-all@.*$
4943
CVE-2023-6378:

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
4.0.19
2+
* Update Jackson to 2.19.2 (CASSANDRA-20848)
23
* Update commons-lang3 to 3.18.0 (CASSANDRA-20849)
34
* Add NativeTransportMaxConcurrentConnectionsPerIp to StorageProxyMBean (CASSANDRA-20642)
45
* Make secondary index implementations notified about rows in fully expired SSTables in compaction (CASSANDRA-20829)

build.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -574,9 +574,9 @@
574574
<dependency groupId="org.slf4j" artifactId="jcl-over-slf4j" version="1.7.25" />
575575
<dependency groupId="ch.qos.logback" artifactId="logback-core" version="1.2.9"/>
576576
<dependency groupId="ch.qos.logback" artifactId="logback-classic" version="1.2.9"/>
577-
<dependency groupId="com.fasterxml.jackson.core" artifactId="jackson-core" version="2.13.2"/>
578-
<dependency groupId="com.fasterxml.jackson.core" artifactId="jackson-databind" version="2.13.2.2"/>
579-
<dependency groupId="com.fasterxml.jackson.core" artifactId="jackson-annotations" version="2.13.2"/>
577+
<dependency groupId="com.fasterxml.jackson.core" artifactId="jackson-core" version="2.19.2"/>
578+
<dependency groupId="com.fasterxml.jackson.core" artifactId="jackson-databind" version="2.19.2"/>
579+
<dependency groupId="com.fasterxml.jackson.core" artifactId="jackson-annotations" version="2.19.2"/>
580580
<dependency groupId="com.googlecode.json-simple" artifactId="json-simple" version="1.1"/>
581581
<dependency groupId="com.boundary" artifactId="high-scale-lib" version="1.0.6"/>
582582
<dependency groupId="com.github.jbellis" artifactId="jamm" version="${jamm.version}"/>

0 commit comments

Comments
 (0)