DWN-30296 : upgrade jackson to 2.10.0
parent
976d439053
commit
18c7993e75
4
pom.xml
4
pom.xml
|
@ -374,12 +374,12 @@
|
|||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-databind</artifactId>
|
||||
<version>2.9.0.pr2</version>
|
||||
<version>2.10.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-annotations</artifactId>
|
||||
<version>2.9.0.pr2</version>
|
||||
<version>2.10.0</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Spring Security -->
|
||||
|
|
Loading…
Reference in New Issue