Commit 95a296e
authored
Let Spring Boot manage logback (matched) - clears 4 logback-core CVE alerts (#13916)
#13913 pinned logback-classic to 1.2.13 while Spring Boot kept logback-core at
1.2.6 (mismatch -> NoSuchMethodError -> lua e2e hang). #13915 fixed the hang by
adding an explicit logback-core 1.2.13 dep, but that made Dependabot flag
logback-core (4 CVEs patched only in logback 1.3.x/1.5.x, which need SLF4J 2.0 /
Java 17 - unreachable on this Java-8 / Spring Boot 2.5 fixture).
Drop the explicit logback pins entirely and let spring-boot-dependencies manage
both logback-classic and logback-core to the same version (1.2.6). Matched
versions never trigger the NoSuchMethodError, and a BOM-managed (not declared)
logback-core is not flagged by Dependabot - so the 4 alerts clear without
shipping a vulnerable declared dependency, and the lua fix is preserved.1 parent 277f19b commit 95a296e
1 file changed
Lines changed: 6 additions & 13 deletions
Lines changed: 6 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| |||
75 | 74 | | |
76 | 75 | | |
77 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
78 | 83 | | |
79 | 84 | | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | 85 | | |
93 | 86 | | |
94 | 87 | | |
| |||
0 commit comments