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
Lib
cloud
azure
OS Core Lib Azure
Commits
3f863fa8
Commit
3f863fa8
authored
Nov 09, 2021
by
Dmitrii Gerashchenko
Browse files
Override vulnerable netty version <4.1.68
parent
754cfec5
Pipeline
#76231
failed with stages
in 6 minutes and 43 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
3f863fa8
...
...
@@ -20,7 +20,7 @@
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
core-lib-azure
</artifactId>
<packaging>
jar
</packaging>
<version>
0.13.0-SNAPSHOT
</version>
<version>
0.13.0-SNAPSHOT
-6907
</version>
<name>
core-lib-azure
</name>
<properties>
...
...
@@ -63,6 +63,15 @@
inherit this list. -->
<dependencyManagement>
<dependencies>
<!-- Override vulnerable netty version <4.1.68 -->
<dependency>
<groupId>
io.netty
</groupId>
<artifactId>
netty-bom
</artifactId>
<version>
4.1.70.Final
</version>
<type>
pom
</type>
<scope>
import
</scope>
</dependency>
<dependency>
<!--
This dependency is added here to override the version coming from Azure Spring boot bom.
...
...
Write
Preview
Markdown
is supported
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