Upgrade to Jackson Bom 2.19.0

Closes gh-45542
This commit is contained in:
Stéphane Nicoll
2025-05-14 12:38:43 +02:00
parent 2ca0ac075b
commit e1ff4fbaf9
4 changed files with 11 additions and 8 deletions

View File

@@ -692,7 +692,10 @@ bom {
because "we don't want release candidates"
}
group("com.fasterxml.jackson") {
bom("jackson-bom")
bom("jackson-bom") {
permit("com.fasterxml.woodstox:woodstox-core")
permit("org.codehaus.woodstox:stax2-api")
}
}
links {
releaseNotes("https://github.com/FasterXML/jackson/wiki/Jackson-Release-{version}")