diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-02 12:40:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-02 12:40:09 -0400 |
commit | 02c68e3e854abc2bf6d84d549273abb44a6b1881 (patch) | |
tree | 7bf6555eacbeec65654245583ac10206b72b1e97 | |
parent | e99c1d5103f2aa90daec293131cd8e2acc528eb9 (diff) | |
download | iciql-02c68e3e854abc2bf6d84d549273abb44a6b1881.tar.gz iciql-02c68e3e854abc2bf6d84d549273abb44a6b1881.zip |
Bump xstream from 1.4.9 to 1.4.16 (#40)
Bumps [xstream](https://github.com/x-stream/xstream) from 1.4.9 to 1.4.16.
- [Release notes](https://github.com/x-stream/xstream/releases)
- [Commits](https://github.com/x-stream/xstream/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -140,7 +140,7 @@ <dependency> <groupId>com.thoughtworks.xstream</groupId> <artifactId>xstream</artifactId> - <version>1.4.9</version> + <version>1.4.16</version> <type>jar</type> <scope>provided</scope> </dependency> |