Skip to content

Commit 22ed066

Browse files
Upgrade commons-lang3 to 3.18.0 to fix CVE (Uncontrolled Recursion)
Fix high severity vulnerability SNYK-JAVA-ORGAPACHECOMMONS-10734078
1 parent bd90625 commit 22ed066

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
@@ -1071,6 +1071,12 @@
10711071
<type>pom</type>
10721072
<scope>import</scope>
10731073
</dependency>
1074+
<!-- Override commons-lang3 to fix CVE (Uncontrolled Recursion) in 3.17.0 -->
1075+
<dependency>
1076+
<groupId>org.apache.commons</groupId>
1077+
<artifactId>commons-lang3</artifactId>
1078+
<version>3.18.0</version>
1079+
</dependency>
10741080
</dependencies>
10751081
</dependencyManagement>
10761082

0 commit comments

Comments
 (0)