Skip to content

Commit

Permalink
Upgrade jackson to 2.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johngmyers committed Feb 26, 2024
1 parent 1272e5d commit 2fa1a18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Platform 3.14

* Library Upgrades

- jackson to 2.16.1 (was 2.15.2)
- logback to 1.5.0 (was 1.4.12)

Platform 3.13
Expand Down
2 changes: 1 addition & 1 deletion library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<dep.slf4j.version>2.0.9</dep.slf4j.version>
<dep.logback.version>1.5.0</dep.logback.version>
<dep.javax-servlet.version>5.0.0</dep.javax-servlet.version>
<dep.jackson.version>2.15.2</dep.jackson.version>
<dep.jackson.version>2.16.1</dep.jackson.version>
<dep.jersey.version>3.0.10</dep.jersey.version>
<dep.jmh.version>1.35</dep.jmh.version>
<dep.jacoco.version>0.8.8</dep.jacoco.version>
Expand Down

0 comments on commit 2fa1a18

Please sign in to comment.