Skip to content

Commit 7bf675e

Browse files
authored
Upgrade commons-lang3 to 3.18.0 to fix CVE-2025-48924
2 parents 057450d + 732f6f9 commit 7bf675e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,11 @@
139139
<artifactId>commons-io</artifactId>
140140
<version>2.14.0</version>
141141
</dependency>
142+
<dependency>
143+
<groupId>org.apache.commons</groupId>
144+
<artifactId>commons-lang3</artifactId>
145+
<version>3.18.0</version>
146+
</dependency>
142147
</dependencies>
143148
</dependencyManagement>
144149

0 commit comments

Comments
 (0)