Skip to content

Commit af6496a

Browse files
SandraAhlgrimmilayaperumalg
authored andcommitted
Upgrade commons-lang3 to 3.18.0 to fix CVE (Uncontrolled Recursion)
Fix high severity vulnerability SNYK-JAVA-ORGAPACHECOMMONS-10734078 Signed-off-by: Sandra Ahlgrimm <sandra.kriemann@gmail.com>
1 parent 82424f8 commit af6496a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -990,6 +990,12 @@
990990
<type>pom</type>
991991
<scope>import</scope>
992992
</dependency>
993+
<!-- Override commons-lang3 to fix CVE (Uncontrolled Recursion) in 3.17.0 -->
994+
<dependency>
995+
<groupId>org.apache.commons</groupId>
996+
<artifactId>commons-lang3</artifactId>
997+
<version>3.18.0</version>
998+
</dependency>
993999
</dependencies>
9941000
</dependencyManagement>
9951001

0 commit comments

Comments
 (0)