File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 67
67
<version >${Hapi.version} </version >
68
68
</dependency >
69
69
70
- <!-- Overriding apache commons that comes from hapi and causes a vulnerability in the older version -->
70
+ <!-- Overriding apache commons compress that comes from the maven dependency tree and causes a vulnerability in the older version -->
71
+ <dependency >
72
+ <groupId >org.apache.commons</groupId >
73
+ <artifactId >commons-compress</artifactId >
74
+ <version >1.28.0</version >
75
+ </dependency >
76
+
77
+ <!-- Overriding nimbus jose jwt that comes from the maven dependency tree and causes a vulnerability in the older version -->
78
+ <dependency >
79
+ <groupId >com.nimbusds</groupId >
80
+ <artifactId >nimbus-jose-jwt</artifactId >
81
+ <version >10.4.2</version >
82
+ </dependency >
83
+
84
+ <!-- Overriding apache commons lang that comes from hapi and causes a vulnerability in the older version -->
71
85
<dependency >
72
86
<groupId >org.apache.commons</groupId >
73
87
<artifactId >commons-lang3</artifactId >
You can’t perform that action at this time.
0 commit comments