Skip to content

Commit

Permalink
Upgrading Jackson to 2.15.4 #679
Browse files Browse the repository at this point in the history
  • Loading branch information
andrus committed Jun 7, 2024
1 parent fcfd94c commit 7fd44ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* #673 OpenAPI should have an "array of string" schema for "include" and "exclude"
* #677 Upgrading JUnit to 5.10.2
* #678 Upgrading Swagger to 2.2.2
* #679 Upgrading Jackson to 2.15.4

## Release 5.0.M19

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
<cayenne.version>4.2</cayenne.version>
<jaxrs2.version>2.1.6</jaxrs2.version>
<jaxrs3.version>3.0.0</jaxrs3.version>
<jackson.version>2.14.2</jackson.version>
<jackson.databind.version>2.14.2</jackson.databind.version>
<jackson.version>2.15.4</jackson.version>
<jackson.databind.version>2.15.4</jackson.databind.version>

<bq.version>3.0-M4</bq.version>

Expand Down

0 comments on commit 7fd44ec

Please sign in to comment.