Skip to content
Snippets Groups Projects
Commit e2b5b9a5 authored by Shrikant Garg's avatar Shrikant Garg
Browse files

Merge branch 'IBM-jackson-upgrade' into 'master'

upgrade jackson-databind version

See merge request !363

(cherry picked from commit 9b2bf0fa)

5ea0fce1 upgrade jackson-databind version
parent 7965f390
No related branches found
No related tags found
1 merge request!365Merge branch 'IBM-jackson-upgrade' into 'master'
Pipeline #129146 failed
......@@ -34,6 +34,7 @@
<tomcat.embed.core.version>9.0.54</tomcat.embed.core.version>
<os-core-lib-ibm.version>0.16.0-rc1</os-core-lib-ibm.version>
<spring-webmvc.version>5.3.22</spring-webmvc.version>
<jackson-databind.version>2.13.2.2</jackson-databind.version>
</properties>
<profiles>
......@@ -103,6 +104,11 @@
<artifactId>spring-webmvc</artifactId>
<version>${spring-webmvc.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson-databind.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment