File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/org/whitesource/agent/report Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3535
3636 <!-- Utilities -->
3737 <dependency >
38- <groupId >commons-collections </groupId >
39- <artifactId >commons-collections </artifactId >
40- <version >3.2.2 </version >
38+ <groupId >org.apache. commons</groupId >
39+ <artifactId >commons-collections4 </artifactId >
40+ <version >4.1 </version >
4141 </dependency >
4242 <dependency >
4343 <groupId >com.google.code.gson</groupId >
Original file line number Diff line number Diff line change 2323import freemarker .template .Configuration ;
2424import freemarker .template .Template ;
2525import freemarker .template .TemplateException ;
26- import org .apache .commons .collections .MapUtils ;
26+ import org .apache .commons .collections4 .MapUtils ;
2727import org .apache .commons .lang3 .StringUtils ;
2828import org .whitesource .agent .api .dispatch .BaseCheckPoliciesResult ;
2929import org .whitesource .agent .api .model .PolicyCheckResourceNode ;
You can’t perform that action at this time.
0 commit comments