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
Partition
Commits
32834db5
Commit
32834db5
authored
Dec 10, 2021
by
Gokul Nagare
Browse files
netyy codec vuln fix added
parent
85e45a0a
Pipeline
#81309
failed with stages
in 39 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
provider/partition-ibm/pom.xml
View file @
32834db5
...
...
@@ -28,6 +28,17 @@
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-core-lib-ibm
</artifactId>
<version>
0.12.0
</version>
<exclusions>
<exclusion>
<groupId>
io.netty
</groupId>
<artifactId>
netty-codec
</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
io.netty
</groupId>
<artifactId>
netty-codec
</artifactId>
<version>
4.1.68.Final
</version>
</dependency>
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
...
...
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