Commit fda82d3
CHK-13321: override jackson-bom version to 3.1.1 for GHSA-2m67-wjpj-xhg9
The existing constraint in openapi-validation-core was not sufficient
because the Spring Boot dependency management plugin overrides strict
version constraints with the BOM-managed version (3.1.0). This adds
ext['jackson-bom.version'] = '3.1.1' to the example projects that use
the spring-dependency-management plugin, ensuring jackson-core resolves
to the patched 3.1.1 version.
Closes CHK-13321
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 2779eaf commit fda82d3
File tree
2 files changed
+4
-0
lines changed- examples
- example-spring-boot-starter-webflux
- example-spring-boot-starter-web
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
0 commit comments