This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch WW-5329-xstream in repository https://gitbox.apache.org/repos/asf/struts.git
commit de019918fa9486be9692c7966ebc7a476a2c4bff Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Tue Aug 1 10:11:29 2023 +0200 WW-5329 Upgrades xstream to version 1.4.20 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c5488b996..e4f3f1c2f 100644 --- a/pom.xml +++ b/pom.xml @@ -1101,7 +1101,7 @@ <dependency> <groupId>com.thoughtworks.xstream</groupId> <artifactId>xstream</artifactId> - <version>1.4.19</version> + <version>1.4.20</version> <exclusions> <exclusion> <groupId>io.github.x-stream</groupId>