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
Register
Commits
ad818899
Commit
ad818899
authored
Feb 09, 2021
by
Duvelis Carao
Browse files
Fix security vulnerabilities
parent
4c51b24d
Pipeline
#25733
failed with stage
in 16 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
ad818899
...
@@ -56,6 +56,16 @@
...
@@ -56,6 +56,16 @@
<groupId>
org.opengroup.osdu
</groupId>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-core-common
</artifactId>
<artifactId>
os-core-common
</artifactId>
<version>
${osdu.oscorecommon.version}
</version>
<version>
${osdu.oscorecommon.version}
</version>
<exclusions>
<exclusion>
<groupId>
io.netty
</groupId>
<artifactId>
netty-codec
</artifactId>
</exclusion>
<exclusion>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-databind
</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependency>
</dependencies>
</dependencies>
</dependencyManagement>
</dependencyManagement>
...
@@ -67,6 +77,11 @@
...
@@ -67,6 +77,11 @@
<version>
1.18.12
</version>
<version>
1.18.12
</version>
<scope>
provided
</scope>
<scope>
provided
</scope>
</dependency>
</dependency>
<dependency>
<groupId>
org.yaml
</groupId>
<artifactId>
snakeyaml
</artifactId>
<version>
1.26
</version>
</dependency>
</dependencies>
</dependencies>
<build>
<build>
...
...
provider/register-azure/pom.xml
View file @
ad818899
...
@@ -54,6 +54,16 @@
...
@@ -54,6 +54,16 @@
<groupId>
org.opengroup.osdu
</groupId>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
core-lib-azure
</artifactId>
<artifactId>
core-lib-azure
</artifactId>
<version>
${osdu.corelibazure.version}
</version>
<version>
${osdu.corelibazure.version}
</version>
<exclusions>
<exclusion>
<groupId>
com.fasterxml.woodstox
</groupId>
<artifactId>
woodstox-core
</artifactId>
</exclusion>
<exclusion>
<groupId>
org.simpleframework
</groupId>
<artifactId>
simple-xml
</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<groupId>
org.opengroup.osdu
</groupId>
...
...
register-core/pom.xml
View file @
ad818899
...
@@ -46,6 +46,10 @@
...
@@ -46,6 +46,10 @@
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-tomcat
</artifactId>
<artifactId>
spring-boot-starter-tomcat
</artifactId>
</exclusion>
</exclusion>
<exclusion>
<groupId>
org.yaml
</groupId>
<artifactId>
snakeyaml
</artifactId>
</exclusion>
</exclusions>
</exclusions>
</dependency>
</dependency>
<dependency>
<dependency>
...
@@ -101,6 +105,10 @@
...
@@ -101,6 +105,10 @@
<groupId>
com.google.guava
</groupId>
<groupId>
com.google.guava
</groupId>
<artifactId>
guava
</artifactId>
<artifactId>
guava
</artifactId>
</exclusion>
</exclusion>
<exclusion>
<groupId>
org.yaml
</groupId>
<artifactId>
snakeyaml
</artifactId>
</exclusion>
</exclusions>
</exclusions>
</dependency>
</dependency>
...
@@ -112,7 +120,7 @@
...
@@ -112,7 +120,7 @@
<dependency>
<dependency>
<groupId>
com.fasterxml.jackson.datatype
</groupId>
<groupId>
com.fasterxml.jackson.datatype
</groupId>
<artifactId>
jackson-datatype-joda
</artifactId>
<artifactId>
jackson-datatype-joda
</artifactId>
<version>
2.
9.9
</version>
<version>
2.
11.3
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
joda-time
</groupId>
<groupId>
joda-time
</groupId>
...
...
Morris Estepa
@estepamo
mentioned in commit
9b6eaa9c
·
Jun 11, 2022
mentioned in commit
9b6eaa9c
mentioned in commit 9b6eaa9cabc1af6538b17b6f76382473f6467c69
Toggle commit list
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