Skip to content

Commit af0197e

Browse files
committed
Merge branch 'cassandra-4.1' into cassandra-5.0
2 parents 4a1c405 + 6c068b9 commit af0197e

File tree

4 files changed

+6
-18
lines changed

4 files changed

+6
-18
lines changed

.build/owasp/dependency-check-suppressions.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,6 @@
4444
<cve>CVE-2025-25193</cve>
4545
</suppress>
4646

47-
<!-- https://issues.apache.org/jira/browse/CASSANDRA-17966 -->
48-
<suppress>
49-
<packageUrl regex="true">^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$</packageUrl>
50-
<cve>CVE-2022-42003</cve>
51-
<cve>CVE-2022-42004</cve>
52-
<cve>CVE-2023-35116</cve>
53-
</suppress>
54-
5547
<!-- https://issues.apache.org/jira/browse/CASSANDRA-19142 -->
5648
<!-- https://issues.apache.org/jira/browse/CASSANDRA-20412 -->
5749
<suppress>

.build/parent-pom-template.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -422,26 +422,27 @@
422422
<dependency>
423423
<groupId>com.fasterxml.jackson.core</groupId>
424424
<artifactId>jackson-core</artifactId>
425-
<version>2.13.2</version>
425+
<version>2.19.2</version>
426426
</dependency>
427427
<dependency>
428428
<groupId>com.fasterxml.jackson.core</groupId>
429429
<artifactId>jackson-databind</artifactId>
430-
<version>2.13.2.2</version>
430+
<version>2.19.2</version>
431431
</dependency>
432432
<dependency>
433433
<groupId>com.fasterxml.jackson.core</groupId>
434434
<artifactId>jackson-annotations</artifactId>
435-
<version>2.13.2</version>
435+
<version>2.19.2</version>
436436
</dependency>
437437
<dependency>
438438
<groupId>com.fasterxml.jackson.datatype</groupId>
439439
<artifactId>jackson-datatype-jsr310</artifactId>
440-
<version>2.13.2</version>
440+
<version>2.19.2</version>
441441
</dependency>
442442
<dependency>
443443
<groupId>com.fasterxml.jackson.dataformat</groupId>
444444
<artifactId>jackson-dataformat-yaml</artifactId>
445+
<!-- CASSANDRA-20848 2.19.x would bring snakeyaml 2.4 which is for now incompatible with rest of the codebase -->
445446
<version>2.13.2</version>
446447
<scope>test</scope>
447448
<exclusions>

.snyk

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ ignore:
1616
- reason: https://issues.apache.org/jira/browse/CASSANDRA-17907 -- ^pkg:maven/org\.yaml/snakeyaml@.*$
1717
CVE-2022-41854:
1818
- reason: https://issues.apache.org/jira/browse/CASSANDRA-17907 -- ^pkg:maven/org\.yaml/snakeyaml@.*$
19-
CVE-2022-42003:
20-
- reason: https://issues.apache.org/jira/browse/CASSANDRA-17966 -- ^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$
21-
CVE-2022-42004:
22-
- reason: https://issues.apache.org/jira/browse/CASSANDRA-17966 -- ^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$
23-
CVE-2023-35116:
24-
- reason: https://issues.apache.org/jira/browse/CASSANDRA-17966 -- ^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$
2519
CVE-2023-44487:
2620
- reason: https://issues.apache.org/jira/browse/CASSANDRA-18943 -- ^pkg:maven/io\.netty/netty\-.*@.*$
2721
CVE-2023-6378:

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
5.0.6
22
* Sort SSTable TOC entries for determinism (CASSANDRA-20494)
33
Merged from 4.0:
4+
* Update Jackson to 2.19.2 (CASSANDRA-20848)
45
* Update commons-lang3 to 3.18.0 (CASSANDRA-20849)
56
* Add NativeTransportMaxConcurrentConnectionsPerIp to StorageProxyMBean (CASSANDRA-20642)
67
* Make secondary index implementations notified about rows in fully expired SSTables in compaction (CASSANDRA-20829)

0 commit comments

Comments
 (0)