Skip to content

Commit 347f289

Browse files
committed
Upgrade to Jackson 2.8.11
1 parent 8b5a013 commit 347f289

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
@@ -52,7 +52,7 @@ configure(allprojects) { project ->
5252
ext.hsqldbVersion = "2.3.4"
5353
ext.httpasyncVersion = "4.1.3"
5454
ext.httpclientVersion = "4.5.3"
55-
ext.jackson2Version = "2.8.10"
55+
ext.jackson2Version = "2.8.11"
5656
ext.jasperreportsVersion = "6.2.1" // our tests fail with JR-internal NPEs against 6.2.2 and higher
5757
ext.javamailVersion = "1.5.6"
5858
ext.jettyVersion = "9.3.14.v20161028" // as of 9.3.15, Jetty has hard Servlet 3.1 requirement

0 commit comments

Comments
 (0)