Repository: struts Updated Branches: refs/heads/master 9d47af6ff -> 8216ec1c4
WW-4836 Upgrades xstream lib to the latest version Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/8216ec1c Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/8216ec1c Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/8216ec1c Branch: refs/heads/master Commit: 8216ec1c4d2d1f558558b2464bbcdcd1efe86bc7 Parents: 9d47af6 Author: Lukasz Lenart <[email protected]> Authored: Wed Aug 2 15:09:03 2017 +0200 Committer: Lukasz Lenart <[email protected]> Committed: Wed Aug 2 15:09:03 2017 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/8216ec1c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4f757ab..9473b9c 100644 --- a/pom.xml +++ b/pom.xml @@ -882,7 +882,7 @@ <dependency> <groupId>com.thoughtworks.xstream</groupId> <artifactId>xstream</artifactId> - <version>1.4.8</version> + <version>1.4.10</version> </dependency> <dependency>
