Commit 0ecfcb9
CHK-13321: force jackson-core 3.1.1 across all configurations
The previous fix (ext['jackson-bom.version']) only covered example
projects using the spring-dependency-management plugin. The
spring-boot-starter-web and spring-boot-starter-webflux modules use
compileOnly for Spring Boot starters with platform(BOM_COORDINATES),
so jackson-core:3.1.0 remained on their compileClasspath. Since the
dependency submission action includes compileClasspath, the Dependabot
alert stayed open.
This adds a resolutionStrategy in the root build.gradle that forces
tools.jackson.core:jackson-core to 3.1.1 across ALL configurations
in ALL subprojects.
Closes CHK-13321
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 20eeeef commit 0ecfcb9
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
26 | 35 | | |
27 | 36 | | |
28 | 37 | | |
| |||
0 commit comments