[#21387] Harmonized the jackson version to v.2.8.11

This commit is contained in:
Francesco Mangiacrapa 2021-05-11 15:22:47 +02:00
parent 59ae400b1f
commit 8c514f360a
2 changed files with 9 additions and 1 deletions

View File

@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v1.0.1-SNAPSHOT] - 2021-05-11
#### Fixes
[#21387] Harmonize the jackson version to v.2.8.11
## [v1.0.0] - 2021-01-18
#### Bug Fixes

View File

@ -27,6 +27,7 @@
<distroDirectory>distro</distroDirectory>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<jackson.version>2.8.11</jackson.version>
</properties>
<dependencyManagement>
@ -52,7 +53,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.6.3</version>
<version>${jackson.version}</version>
</dependency>
<dependency>