We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b5a013 commit 347f289Copy full SHA for 347f289
build.gradle
@@ -52,7 +52,7 @@ configure(allprojects) { project ->
52
ext.hsqldbVersion = "2.3.4"
53
ext.httpasyncVersion = "4.1.3"
54
ext.httpclientVersion = "4.5.3"
55
- ext.jackson2Version = "2.8.10"
+ ext.jackson2Version = "2.8.11"
56
ext.jasperreportsVersion = "6.2.1" // our tests fail with JR-internal NPEs against 6.2.2 and higher
57
ext.javamailVersion = "1.5.6"
58
ext.jettyVersion = "9.3.14.v20161028" // as of 9.3.15, Jetty has hard Servlet 3.1 requirement
0 commit comments