File tree 1 file changed +7
-11
lines changed
1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change 84
84
</repository >
85
85
</repositories >
86
86
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
-
98
87
<dependencies >
99
88
<dependency >
100
89
<groupId >com.github.spacious-team</groupId >
111
100
<artifactId >poi-ooxml</artifactId >
112
101
<version >${apache-poi.version} </version >
113
102
</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 >
114
110
<dependency >
115
111
<groupId >org.projectlombok</groupId >
116
112
<artifactId >lombok</artifactId >
You can’t perform that action at this time.
0 commit comments