Skip to content
GitLab
Menu
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
Dataset
Commits
b6790393
Commit
b6790393
authored
May 24, 2022
by
Morris Estepa
Browse files
Spinning off jackson-databind vuln fix.
parent
b2215598
Pipeline
#111126
passed with stages
in 24 minutes and 44 seconds
Changes
6
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
dataset-core/pom.xml
View file @
b6790393
...
...
@@ -132,12 +132,6 @@
<artifactId>
spring-boot-starter-actuator
</artifactId>
</dependency>
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-annotations
</artifactId>
<version>
${jackson.version}
</version>
</dependency>
<dependency>
<groupId>
com.google.code.gson
</groupId>
<artifactId>
gson
</artifactId>
...
...
pom.xml
View file @
b6790393
...
...
@@ -27,8 +27,7 @@
<docker.image.prefix>
opendes
</docker.image.prefix>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<os-core-common.version>
0.14.0
</os-core-common.version>
<jackson.version>
2.13.2
</jackson.version>
<jackson-databind.version>
2.13.2.2
</jackson-databind.version>
<jackson.version>
2.11.2
</jackson.version>
<netty.version>
4.1.51.Final
</netty.version>
<snakeyaml.version>
1.26
</snakeyaml.version>
<commons-codec.version>
1.14
</commons-codec.version>
...
...
@@ -92,7 +91,7 @@
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-databind
</artifactId>
<version>
${jackson
-databind
.version}
</version>
<version>
${jackson.version}
</version>
</dependency>
<dependency>
<groupId>
commons-codec
</groupId>
...
...
testing/dataset-test-aws/pom.xml
View file @
b6790393
...
...
@@ -85,17 +85,17 @@
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-core
</artifactId>
<version>
${jackson.version}
</version>
<version>
2.13.2
</version>
</dependency>
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-annotations
</artifactId>
<version>
${jackson.version}
</version>
<version>
2.13.2
</version>
</dependency>
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-databind
</artifactId>
<version>
${jackson-databind.version}
</version>
<version>
2.9.9.3
</version>
</dependency>
<dependency>
<groupId>
io.jsonwebtoken
</groupId>
...
...
testing/dataset-test-azure/pom.xml
View file @
b6790393
...
...
@@ -97,7 +97,7 @@
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-databind
</artifactId>
<version>
${jackson-databind.version}
</version>
<version>
2.13.0
</version>
</dependency>
</dependencies>
...
...
testing/dataset-test-gcp/pom.xml
View file @
b6790393
...
...
@@ -78,7 +78,7 @@
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-databind
</artifactId>
<version>
${jackson-databind.version}
</version>
<version>
2.12.2
</version>
</dependency>
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
...
...
testing/pom.xml
View file @
b6790393
...
...
@@ -23,11 +23,6 @@
<description>
Dataset integration testing code
</description>
<packaging>
pom
</packaging>
<properties>
<jackson-databind.version>
2.13.2.2
</jackson-databind.version>
<jackson.version>
2.13.2
</jackson.version>
</properties>
<licenses>
<license>
<name>
Apache License, Version 2.0
</name>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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