Skip to content
Snippets Groups Projects
Commit 5ea0fce1 authored by Ashwani Pandey's avatar Ashwani Pandey
Browse files

upgrade jackson-databind version

parent 38b6a3e9
No related branches found
No related tags found
2 merge requests!378No more retry attempts for schema not found,!363upgrade jackson-databind version
Pipeline #129138 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