This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch deps/WW-5574-commons-logging in repository https://gitbox.apache.org/repos/asf/struts.git
commit 6bf2bbed843b0956eac3580829f075d70398624e Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Sun Sep 28 12:11:35 2025 +0200 WW-5574 Upgrades commons-logging to version 1.3.5 --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 092a438f2..2f3020afc 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -123,7 +123,7 @@ <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> - <version>1.3.4</version> + <version>1.3.5</version> </dependency> <dependency> <groupId>org.apache.commons</groupId>