Skip to content

Commit a183302

Browse files
authored
Downgrade to Jackson 2.15.3
It looks like Dokka Gradke plugin is suffering from breaking change from Jackson `2.16.0`
1 parent 61f2bc4 commit a183302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ ext {
7575
hibernateVersion = '6.4.1.Final'
7676
hsqldbVersion = '2.7.2'
7777
h2Version = '2.2.224'
78-
jacksonVersion = '2.16.0'
78+
jacksonVersion = '2.15.3'
7979
jaxbVersion = '4.0.4'
8080
jcifsVersion = '2.1.37'
8181
jeroMqVersion = '0.5.4'

0 commit comments

Comments
 (0)