Skip to content

Commit

Permalink
Jackson dependencies should be updated in tandem (#938)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-adam authored Dec 2, 2024
1 parent 7f49ef6 commit 649e52c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,11 @@ httpcore5Version=5.3.1
httpclientVersion=4.5.14
httpcoreVersion=4.4.16

# Jackson dependencies are usually released in tandem, but occasionally one gets a patch release out-of-sync with the others
# Update all Jackson dependency versions below in tandem, unless one gets a patch release out-of-sync with the others
jacksonVersion=2.18.1
jacksonAnnotationsVersion=2.18.0
jacksonDatabindVersion=2.18.0
jacksonJaxrsBaseVersion=2.18.0
jacksonAnnotationsVersion=2.18.1
jacksonDatabindVersion=2.18.1
jacksonJaxrsBaseVersion=2.18.1

jamaVersion=1.0.3

Expand Down

0 comments on commit 649e52c

Please sign in to comment.