File tree Expand file tree Collapse file tree 4 files changed +6
-18
lines changed Expand file tree Collapse file tree 4 files changed +6
-18
lines changed Original file line number Diff line number Diff line change 44
44
<cve >CVE-2025-25193</cve >
45
45
</suppress >
46
46
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
-
55
47
<!-- https://issues.apache.org/jira/browse/CASSANDRA-19142 -->
56
48
<!-- https://issues.apache.org/jira/browse/CASSANDRA-20412 -->
57
49
<suppress >
Original file line number Diff line number Diff line change 422
422
<dependency >
423
423
<groupId >com.fasterxml.jackson.core</groupId >
424
424
<artifactId >jackson-core</artifactId >
425
- <version >2.13 .2</version >
425
+ <version >2.19 .2</version >
426
426
</dependency >
427
427
<dependency >
428
428
<groupId >com.fasterxml.jackson.core</groupId >
429
429
<artifactId >jackson-databind</artifactId >
430
- <version >2.13.2 .2</version >
430
+ <version >2.19 .2</version >
431
431
</dependency >
432
432
<dependency >
433
433
<groupId >com.fasterxml.jackson.core</groupId >
434
434
<artifactId >jackson-annotations</artifactId >
435
- <version >2.13 .2</version >
435
+ <version >2.19 .2</version >
436
436
</dependency >
437
437
<dependency >
438
438
<groupId >com.fasterxml.jackson.datatype</groupId >
439
439
<artifactId >jackson-datatype-jsr310</artifactId >
440
- <version >2.13 .2</version >
440
+ <version >2.19 .2</version >
441
441
</dependency >
442
442
<dependency >
443
443
<groupId >com.fasterxml.jackson.dataformat</groupId >
444
444
<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 -->
445
446
<version >2.13.2</version >
446
447
<scope >test</scope >
447
448
<exclusions >
Original file line number Diff line number Diff line change @@ -16,12 +16,6 @@ ignore:
16
16
- reason: https://issues.apache.org/jira/browse/CASSANDRA-17907 -- ^pkg:maven/org\.yaml/snakeyaml@.*$
17
17
CVE-2022-41854:
18
18
- 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@.*$
25
19
CVE-2023-44487:
26
20
- reason: https://issues.apache.org/jira/browse/CASSANDRA-18943 -- ^pkg:maven/io\.netty/netty\-.*@.*$
27
21
CVE-2023-6378:
Original file line number Diff line number Diff line change 1
1
5.0.6
2
2
* Sort SSTable TOC entries for determinism (CASSANDRA-20494)
3
3
Merged from 4.0:
4
+ * Update Jackson to 2.19.2 (CASSANDRA-20848)
4
5
* Update commons-lang3 to 3.18.0 (CASSANDRA-20849)
5
6
* Add NativeTransportMaxConcurrentConnectionsPerIp to StorageProxyMBean (CASSANDRA-20642)
6
7
* Make secondary index implementations notified about rows in fully expired SSTables in compaction (CASSANDRA-20829)
You can’t perform that action at this time.
0 commit comments