Skip to content

Commit 5b664a8

Browse files
committed
Use Tomcat 10.1.52
This prevents false positives in security scanners due to CVE-2025-66614 & CVE-2026-24733
1 parent e2e479c commit 5b664a8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

accesscontroltool-bundle/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@
2424
<description>The OSGi bundle containing all classes of the Access Control Tool.</description>
2525

2626
<properties>
27-
<tomcat.el.version>10.1.49</tomcat.el.version>
27+
<tomcat.el.version>10.1.52</tomcat.el.version>
2828
<oak.testing.version>1.74.0</oak.testing.version><!-- ITs require a newer version of Oak otherwise it won't work with Java 23+ (https://issues.apache.org/jira/browse/OAK-11199) and certain classes for running the IT are not available -->
29-
3029
</properties>
3130

3231
<dependencies>

0 commit comments

Comments
 (0)