Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Indexer
Commits
5ea0fce1
Commit
5ea0fce1
authored
Aug 10, 2022
by
Ashwani Pandey
Browse files
upgrade jackson-databind version
parent
38b6a3e9
Pipeline
#129138
failed with stages
in 57 minutes and 35 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
provider/indexer-ibm/pom.xml
View file @
5ea0fce1
...
...
@@ -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>
...
...
Shrikant Garg
@shrikgar
mentioned in commit
e2b5b9a5
·
Aug 11, 2022
mentioned in commit
e2b5b9a5
mentioned in commit e2b5b9a55395fc2d6af8f36b98709fc8327e23ae
Toggle commit list
Shrikant Garg
@shrikgar
mentioned in merge request
!365 (merged)
·
Aug 11, 2022
mentioned in merge request
!365 (merged)
mentioned in merge request !365
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment