This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/master by this push: new 37d9c70 Bump jackson.version from 2.9.10 to 2.10.0 (#1403) 37d9c70 is described below commit 37d9c7078c4b7ea278fce53c8852deae2593a50e Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Oct 31 19:33:57 2019 -0400 Bump jackson.version from 2.9.10 to 2.10.0 (#1403) Bumps `jackson.version` from 2.9.10 to 2.10.0. Updates `jackson-annotations` from 2.9.10 to 2.10.0 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Updates `jackson-core` from 2.9.10 to 2.10.0 - [Release notes](https://github.com/FasterXML/jackson-core/releases) - [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.9.10...jackson-core-2.10.0) Updates `jackson-databind` from 2.9.10 to 2.10.0 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Updates `jackson-jaxrs-base` from 2.9.10 to 2.10.0 - [Release notes](https://github.com/FasterXML/jackson-jaxrs-providers/releases) - [Commits](https://github.com/FasterXML/jackson-jaxrs-providers/compare/jackson-jaxrs-providers-2.9.10...jackson-jaxrs-providers-2.10.0) Updates `jackson-jaxrs-json-provider` from 2.9.10 to 2.10.0 Updates `jackson-module-jaxb-annotations` from 2.9.10 to 2.10.0 - [Release notes](https://github.com/FasterXML/jackson-modules-base/releases) - [Commits](https://github.com/FasterXML/jackson-modules-base/compare/jackson-modules-base-2.9.10...jackson-modules-base-2.10.0) Signed-off-by: dependabot[bot] <supp...@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b65ff1b..020ad60 100644 --- a/pom.xml +++ b/pom.xml @@ -127,7 +127,7 @@ <htrace.hadoop.version>4.1.0-incubating</htrace.hadoop.version> <htrace.version>3.2.0-incubating</htrace.version> <it.failIfNoSpecifiedTests>false</it.failIfNoSpecifiedTests> - <jackson.version>2.9.10</jackson.version> + <jackson.version>2.10.0</jackson.version> <javax.el.version>3.0.1-b06</javax.el.version> <jaxb.version>2.3.0.1</jaxb.version> <jersey.version>2.28</jersey.version>