Commit ade5a09
deps(phase1): close CVEs and upgrade build tooling
- Jackson all modules 2.9.10 → 2.17.3 (via BOM override): closes
CVE-2020-25649 XXE, CVE-2021-46877 DoS, CVE-2022-42003/42004 DoS,
CVE-2025-52999 StackOverflow
- Log4j2 2.16.0 → 2.24.3: closes CVE-2021-45105 infinite recursion
- commons-compress forced 1.24.0 → 1.27.1: closes CVE-2024-25710,
CVE-2024-26308 (transitive via TestContainers)
- Lombok 1.18.22 → 1.18.38
- JUnit Jupiter 5.7.1 → 5.11.4 (umbrella; individual modules pinned
by Boot BOM until Phase 2)
- TestContainers 1.20.1 → 1.20.6
- JaCoCo 0.8.7 → 0.8.13
- com.palantir.docker plugin 0.26.0 → 0.36.0
- com.gradle.enterprise plugin 3.5.1 → 3.16.2
- Gradle wrapper 6.8 → 7.6.4
- Fix Gradle 7 deprecations: testCompile → testImplementation,
xml.enabled → xml.required; remove redundant default sourceSets block
- KeywordDeserializer: replace javax.xml.bind.DatatypeConverter
(removed from JDK 9+) with java.time.OffsetDateTime
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 14e3815 commit ade5a09
4 files changed
Lines changed: 25 additions & 33 deletions
File tree
- gradle/wrapper
- src/main/java/net/gendercomics/api/model/jackson
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
16 | 15 | | |
17 | | - | |
| 16 | + | |
18 | 17 | | |
19 | 18 | | |
20 | | - | |
| 19 | + | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
24 | | - | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
34 | 42 | | |
35 | 43 | | |
36 | 44 | | |
| |||
41 | 49 | | |
42 | 50 | | |
43 | 51 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | 52 | | |
63 | 53 | | |
64 | 54 | | |
| |||
67 | 57 | | |
68 | 58 | | |
69 | 59 | | |
70 | | - | |
| 60 | + | |
71 | 61 | | |
72 | 62 | | |
73 | 63 | | |
74 | 64 | | |
75 | 65 | | |
76 | | - | |
77 | | - | |
| 66 | + | |
| 67 | + | |
78 | 68 | | |
79 | 69 | | |
80 | 70 | | |
| |||
92 | 82 | | |
93 | 83 | | |
94 | 84 | | |
95 | | - | |
| 85 | + | |
96 | 86 | | |
97 | 87 | | |
98 | 88 | | |
| |||
105 | 95 | | |
106 | 96 | | |
107 | 97 | | |
108 | | - | |
| 98 | + | |
109 | 99 | | |
110 | 100 | | |
111 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
64 | | - | |
| 65 | + | |
| 66 | + | |
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
| |||
0 commit comments