This is an automated email from the ASF dual-hosted git repository. buhhunyx pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git
commit adede9ce5784204bb00a61eaaf5763bcf1b1bd2a Author: Alexey Markevich <[email protected]> AuthorDate: Mon Apr 6 23:04:02 2020 +0300 Update to jackson 2.10.3 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 29ce648..0ad5fff 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ <jcache.version>1.0.0</jcache.version> <hsqldb.version>2.5.0</hsqldb.version> <htmlunit.version>2.38.0</htmlunit.version> - <jackson.version>2.10.2</jackson.version> + <jackson.version>2.10.3</jackson.version> <jaxb.version>2.3.2</jaxb.version> <jetty9.version>9.4.27.v20200227</jetty9.version> <junit.version>4.13</junit.version>
