Skip to content

Commit

Permalink
update jackson core to 2.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FeiChen-okta committed Aug 8, 2024
1 parent 630ed5c commit 73a2fea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ plugins {
buildscript {
configurations.all {
resolutionStrategy {
force("com.fasterxml.woodstox:woodstox-core:6.5.1")
force("com.fasterxml.woodstox:woodstox-core:6.6.1")
force("com.fasterxml.jackson.core:jackson-core:2.17.2")
}
}
}
Expand Down

0 comments on commit 73a2fea

Please sign in to comment.