File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 162162 <artifactId >jsr305</artifactId >
163163 <version >3.0.2</version >
164164 </dependency >
165+ <!-- Fix vulnerability of transitive dependency brought by sslr-toolkit in sslr-flex-toolkit module. -->
166+ <dependency >
167+ <groupId >commons-io</groupId >
168+ <artifactId >commons-io</artifactId >
169+ <version >2.11.0</version >
170+ </dependency >
165171 <dependency >
166172 <groupId >junit</groupId >
167173 <artifactId >junit</artifactId >
Original file line number Diff line number Diff line change 9292 <configuration >
9393 <rules >
9494 <requireFilesSize >
95- <maxsize >2300000 </maxsize >
96- <minsize >2200000 </minsize >
95+ <maxsize >2400000 </maxsize >
96+ <minsize >2300000 </minsize >
9797 <files >
9898 <file >${project.build.directory} /${project.build.finalName} .jar</file >
9999 </files >
You can’t perform that action at this time.
0 commit comments