Skip to content

Commit

Permalink
Updates Jackson to 2.17.2. Related to #4729. (#4744)
Browse files Browse the repository at this point in the history
Signed-off-by: David Venable <dlv@amazon.com>
(cherry picked from commit 418a2a5)
  • Loading branch information
dlvenable authored and github-actions[bot] committed Jul 17, 2024
1 parent eba98c9 commit de6d6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ subprojects {
}
}
dependencies {
implementation platform('com.fasterxml.jackson:jackson-bom:2.16.1')
implementation platform('com.fasterxml.jackson:jackson-bom:2.17.2')
implementation platform('org.eclipse.jetty:jetty-bom:9.4.53.v20231009')
implementation platform('io.micrometer:micrometer-bom:1.10.5')
implementation libs.guava.core
Expand Down

0 comments on commit de6d6c1

Please sign in to comment.