mirror of https://github.com/apache/iotdb
Bump jackson.version from 2.8.8 to 2.10.0 (#485)
Bumps `jackson.version` from 2.8.8 to 2.10.0. Updates `jackson-annotations` from 2.8.8 to 2.10.0 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Updates `jackson-core` from 2.8.8 to 2.10.0 - [Release notes](https://github.com/FasterXML/jackson-core/releases) - [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.8.8...jackson-core-2.10.0) Updates `jackson-databind` from 2.8.8 to 2.10.0 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Updates `jackson-module-paranamer` from 2.8.8 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.8.8...jackson-modules-base-2.10.0) Updates `jackson-module-scala_2.11` from 2.8.8 to 2.10.0 - [Release notes](https://github.com/FasterXML/jackson-module-scala/releases) - [Changelog](https://github.com/FasterXML/jackson-module-scala/blob/master/release.sbt) - [Commits](https://github.com/FasterXML/jackson-module-scala/compare/jackson-module-scala-2.8.8...jackson-module-scala-2.10.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
8121c55846
commit
77b73b04d5
2
pom.xml
2
pom.xml
|
@ -76,7 +76,7 @@
|
|||
<commons.collections4>4.0</commons.collections4>
|
||||
<thrift.version>0.9.3</thrift.version>
|
||||
<airline.version>0.8</airline.version>
|
||||
<jackson.version>2.8.8</jackson.version>
|
||||
<jackson.version>2.10.0</jackson.version>
|
||||
<antlr3.version>3.5.2</antlr3.version>
|
||||
<common.cli.version>1.3.1</common.cli.version>
|
||||
<common.codec.version>1.13</common.codec.version>
|
||||
|
|
Loading…
Reference in New Issue