Skip to content

Commit b735a90

Browse files
committed
fixup! Upgrade to Jackson Bom 2.19.1
1 parent b48ffcc commit b735a90

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -696,10 +696,7 @@ bom {
696696
because "we don't want release candidates"
697697
}
698698
group("com.fasterxml.jackson") {
699-
bom("jackson-bom") {
700-
permit("com.fasterxml.woodstox:woodstox-core")
701-
permit("org.codehaus.woodstox:stax2-api")
702-
}
699+
bom("jackson-bom")
703700
}
704701
links {
705702
releaseNotes("https://github.com/FasterXML/jackson/wiki/Jackson-Release-{version}")

0 commit comments

Comments
 (0)