Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit b8fef8b

Browse files
committed
Update XStream to v1.4.18 (Launch4j)
Update Ant version in pom.xml (silence github lol)
1 parent 2461436 commit b8fef8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

launch4j/lib/xstream.jar

1.82 KB
Binary file not shown.

launch4j/maven/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,12 @@
139139
<dependency>
140140
<groupId>com.thoughtworks.xstream</groupId>
141141
<artifactId>xstream</artifactId>
142-
<version>1.4.15</version>
142+
<version>1.4.18</version>
143143
</dependency>
144144
<dependency>
145145
<groupId>org.apache.ant</groupId>
146146
<artifactId>ant</artifactId>
147-
<version>1.10.9</version>
147+
<version>1.10.12</version>
148148
</dependency>
149149

150150
</dependencies>

0 commit comments

Comments
 (0)