Skip to content

Commit d243cef

Browse files
committed
replace old vulnerable lib with new version
1 parent b9cb44c commit d243cef

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,25 @@
5858
<artifactId>commons-validator</artifactId>
5959
<version>1.9.0</version>
6060
<exclusions>
61+
<exclusion>
62+
<groupId>commons-collections</groupId>
63+
<artifactId>commons-collections</artifactId>
64+
</exclusion>
6165
<exclusion>
6266
<groupId>commons-logging</groupId>
6367
<artifactId>commons-logging</artifactId>
6468
</exclusion>
6569
</exclusions>
6670
</dependency>
6771

72+
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-collections4 -->
73+
<dependency>
74+
<groupId>org.apache.commons</groupId>
75+
<artifactId>commons-collections4</artifactId>
76+
<version>4.4</version>
77+
</dependency>
78+
79+
6880
<!-- Testing -->
6981
<dependency>
7082
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)