Skip to content

Commit

Permalink
Downgrade to Jackson 2.15.3
Browse files Browse the repository at this point in the history
It looks like Dokka Gradke plugin is suffering from breaking change from Jackson `2.16.0`
  • Loading branch information
artembilan committed Dec 22, 2023
1 parent 61f2bc4 commit a183302
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 @@ -75,7 +75,7 @@ ext {
hibernateVersion = '6.4.1.Final'
hsqldbVersion = '2.7.2'
h2Version = '2.2.224'
jacksonVersion = '2.16.0'
jacksonVersion = '2.15.3'
jaxbVersion = '4.0.4'
jcifsVersion = '2.1.37'
jeroMqVersion = '0.5.4'
Expand Down

0 comments on commit a183302

Please sign in to comment.