Skip to content

Commit 185bcf3

Browse files
Merge branch '10.2.x' into master
2 parents 2bf7bb7 + 2d218bb commit 185bcf3

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)