Skip to content

Commit

Permalink
build(deps): Upgrade other Jackson dependencies to sync with jackson-…
Browse files Browse the repository at this point in the history
…core
  • Loading branch information
AntStephenson committed Oct 8, 2024
1 parent e1bc8c5 commit 53aadc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@

<!-- Core dependencies versions -->
<jackson-core.version>2.18.0</jackson-core.version>
<jackson-databind.version>2.17.2</jackson-databind.version>
<jackson-datatype-jsr310>2.17.2</jackson-datatype-jsr310>
<jackson-databind.version>2.18.0</jackson-databind.version>
<jackson-datatype-jsr310>2.18.0</jackson-datatype-jsr310>
<wildfly-elytron.version>2.6.0.Final</wildfly-elytron.version>

<!-- Test libraries versions -->
Expand Down

0 comments on commit 53aadc8

Please sign in to comment.