File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed
Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change 8484 </repository >
8585 </repositories >
8686
87- <dependencyManagement >
88- <dependencies >
89- <!-- org.apache.poi:poi-ooxml vulnerability fix https://devhub.checkmarx.com/cve-details/CVE-2024-26308/ -->
90- <dependency >
91- <groupId >org.apache.commons</groupId >
92- <artifactId >commons-compress</artifactId >
93- <version >1.26.1</version >
94- </dependency >
95- </dependencies >
96- </dependencyManagement >
97-
9887 <dependencies >
9988 <dependency >
10089 <groupId >com.github.spacious-team</groupId >
111100 <artifactId >poi-ooxml</artifactId >
112101 <version >${apache-poi.version} </version >
113102 </dependency >
103+ <!-- org.apache.poi:poi-ooxml vulnerability fix https://devhub.checkmarx.com/cve-details/CVE-2024-26308/ -->
104+ <!-- Remove after poi-ooxml update -->
105+ <dependency >
106+ <groupId >org.apache.commons</groupId >
107+ <artifactId >commons-compress</artifactId >
108+ <version >1.26.1</version >
109+ </dependency >
114110 <dependency >
115111 <groupId >org.projectlombok</groupId >
116112 <artifactId >lombok</artifactId >
You can’t perform that action at this time.
0 commit comments