Skip to content

Commit 2d218bb

Browse files
authored
CC-34196: Pin common-beanutils to resolve CVE (#739)
1 parent a89705e commit 2d218bb

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
@@ -205,6 +205,12 @@
205205
<artifactId>tomcat-embed-core</artifactId>
206206
<version>8.5.100</version>
207207
</dependency>
208+
<!-- pin commons-beanutils to resolve CVE-2025-48734 -->
209+
<dependency>
210+
<groupId>commons-beanutils</groupId>
211+
<artifactId>commons-beanutils</artifactId>
212+
<version>1.11.0</version>
213+
</dependency>
208214
</dependencies>
209215
</dependencyManagement>
210216

0 commit comments

Comments
 (0)