File tree 4 files changed +50
-4
lines changed
4 files changed +50
-4
lines changed Original file line number Diff line number Diff line change 33
33
<dependency >
34
34
<groupId >org.apache.maven.plugin-tools</groupId >
35
35
<artifactId >maven-plugin-annotations</artifactId >
36
- <version >3.9.0 </version >
36
+ <version >3.10.1 </version >
37
37
</dependency >
38
38
<dependency >
39
39
<groupId >org.junit.jupiter</groupId >
Original file line number Diff line number Diff line change 18
18
<notes ><![CDATA[
19
19
This CVE does not apply because this CVE refers to an unrelated project.
20
20
]]> </notes >
21
- <packageUrl regex =" true" >^pkg:maven/io\.netty/netty-handler@.*$</packageUrl >
22
21
<vulnerabilityName >CVE-2023-4586</vulnerabilityName >
23
22
</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 >
24
35
</suppressions >
Original file line number Diff line number Diff line change 54
54
<maven-install-plugin-version >3.1.1</maven-install-plugin-version >
55
55
<maven-deploy-plugin-version >3.1.1</maven-deploy-plugin-version >
56
56
<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 >
58
58
<maven-site-plugin-version >3.12.1</maven-site-plugin-version >
59
59
<maven-jar-plugin-version >3.3.0</maven-jar-plugin-version >
60
60
<maven-war-plugin-version >3.4.0</maven-war-plugin-version >
61
61
<maven-resources-plugin-version >3.3.1</maven-resources-plugin-version >
62
62
<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 >
64
64
65
65
<skip .dependency-check>false</skip .dependency-check>
66
66
Original file line number Diff line number Diff line change 33
33
</dependencyManagement >
34
34
35
35
<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 >
36
71
<dependency >
37
72
<groupId >io.helidon.webserver</groupId >
38
73
<artifactId >helidon-webserver</artifactId >
You can’t perform that action at this time.
0 commit comments