[#21387] Harmonized the jackson version to v.2.8.11
This commit is contained in:
parent
59ae400b1f
commit
8c514f360a
|
@ -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
|
||||
|
|
3
pom.xml
3
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue