Skip to content

Commit 56d66ce

Browse files
committed
Dependency updates and changes to dependency check suppression file
1 parent 02d6141 commit 56d66ce

File tree

4 files changed

+50
-4
lines changed

4 files changed

+50
-4
lines changed

build-helper-mojo/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>org.apache.maven.plugin-tools</groupId>
3535
<artifactId>maven-plugin-annotations</artifactId>
36-
<version>3.9.0</version>
36+
<version>3.10.1</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>org.junit.jupiter</groupId>

dependency-check-suppression.xml

+12-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,18 @@
1818
<notes><![CDATA[
1919
This CVE does not apply because this CVE refers to an unrelated project.
2020
]]></notes>
21-
<packageUrl regex="true">^pkg:maven/io\.netty/netty-handler@.*$</packageUrl>
2221
<vulnerabilityName>CVE-2023-4586</vulnerabilityName>
2322
</suppress>
23+
<suppress>
24+
<notes><![CDATA[
25+
This CVE does not apply because this CVE refers to an unrelated project.
26+
]]></notes>
27+
<vulnerabilityName>CVE-2022-4244</vulnerabilityName>
28+
</suppress>
29+
<suppress>
30+
<notes><![CDATA[
31+
This CVE does not apply because this CVE refers to an unrelated project.
32+
]]></notes>
33+
<vulnerabilityName>CVE-2022-4245</vulnerabilityName>
34+
</suppress>
2435
</suppressions>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@
5454
<maven-install-plugin-version>3.1.1</maven-install-plugin-version>
5555
<maven-deploy-plugin-version>3.1.1</maven-deploy-plugin-version>
5656
<maven-deploy-plugin-version>3.0.0</maven-deploy-plugin-version>
57-
<maven-plugin-plugin-version>3.9.0</maven-plugin-plugin-version>
57+
<maven-plugin-plugin-version>3.10.1</maven-plugin-plugin-version>
5858
<maven-site-plugin-version>3.12.1</maven-site-plugin-version>
5959
<maven-jar-plugin-version>3.3.0</maven-jar-plugin-version>
6060
<maven-war-plugin-version>3.4.0</maven-war-plugin-version>
6161
<maven-resources-plugin-version>3.3.1</maven-resources-plugin-version>
6262
<maven-dependency-plugin-version>3.6.0</maven-dependency-plugin-version>
63-
<dependency-check-version>8.4.0</dependency-check-version>
63+
<dependency-check-version>8.4.2</dependency-check-version>
6464

6565
<skip.dependency-check>false</skip.dependency-check>
6666

wls-exporter-sidecar/pom.xml

+35
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,41 @@
3333
</dependencyManagement>
3434

3535
<dependencies>
36+
<dependency>
37+
<groupId>io.netty</groupId>
38+
<artifactId>netty-codec-http</artifactId>
39+
<version>4.1.100.Final</version>
40+
</dependency>
41+
<dependency>
42+
<groupId>io.netty</groupId>
43+
<artifactId>netty-transport</artifactId>
44+
<version>4.1.100.Final</version>
45+
</dependency>
46+
<dependency>
47+
<groupId>io.netty</groupId>
48+
<artifactId>netty-transport-native-unix-common</artifactId>
49+
<version>4.1.100.Final</version>
50+
</dependency>
51+
<dependency>
52+
<groupId>io.netty</groupId>
53+
<artifactId>netty-common</artifactId>
54+
<version>4.1.100.Final</version>
55+
</dependency>
56+
<dependency>
57+
<groupId>io.netty</groupId>
58+
<artifactId>netty-buffer</artifactId>
59+
<version>4.1.100.Final</version>
60+
</dependency>
61+
<dependency>
62+
<groupId>io.netty</groupId>
63+
<artifactId>netty-codec</artifactId>
64+
<version>4.1.100.Final</version>
65+
</dependency>
66+
<dependency>
67+
<groupId>io.netty</groupId>
68+
<artifactId>netty-resolver</artifactId>
69+
<version>4.1.100.Final</version>
70+
</dependency>
3671
<dependency>
3772
<groupId>io.helidon.webserver</groupId>
3873
<artifactId>helidon-webserver</artifactId>

0 commit comments

Comments
 (0)