diff options
author | Andy Clement <aclement@pivotal.io> | 2021-10-08 21:27:07 -0700 |
---|---|---|
committer | Andy Clement <aclement@pivotal.io> | 2021-10-08 21:27:07 -0700 |
commit | 87fc651c50dd13b46c0cd869af2150ffa8b94a5f (patch) | |
tree | 0093b896a02cb21f96ab6ed2e60f1a040618da04 /pom.xml | |
parent | 4ea11b44eca0f45f37e0f652506f1a426ecca733 (diff) | |
download | aspectj-87fc651c50dd13b46c0cd869af2150ffa8b94a5f.tar.gz aspectj-87fc651c50dd13b46c0cd869af2150ffa8b94a5f.zip |
Bump com.thoughtworks.xstream:xstream to 1.4.18
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -437,7 +437,7 @@ <dependency> <groupId>com.thoughtworks.xstream</groupId> <artifactId>xstream</artifactId> - <version>1.4.15</version> + <version>1.4.18</version> </dependency> </dependencies> </plugin> |