This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch feature/WW-5576-jdk25-build in repository https://gitbox.apache.org/repos/asf/struts.git
commit edd209504d2c3a20a81ef8067ca86525fb25d687 Author: Lukasz Lenart <[email protected]> AuthorDate: Mon Nov 17 08:02:57 2025 +0100 WW-5576 Upgrades commons-lang to version 3.20.0 which is Java 25 compatible --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 7a80d7b41..9e297ecb6 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -143,7 +143,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.19.0</version> + <version>3.20.0</version> </dependency> <dependency> <groupId>org.apache.commons</groupId>
