Skip to content

Commit

Permalink
bump xstream version
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Coles committed Jun 1, 2021
1 parent b7fc56e commit 4764332
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pitest-entry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,11 @@
<artifactId>asm-util</artifactId>
<version>${asm.version}</version>
</dependency>
<!-- for the xstream history store. cannot used shaded version -->
<!-- for the xstream history store. cannot use shaded version -->
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.15</version>
<version>1.4.17</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pitest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.15</version>
<version>1.4.17</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pitest/src/test/java/org/pitest/util/PitXmlDriver.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

import com.thoughtworks.xstream.io.xml.AbstractXppDriver;
import com.thoughtworks.xstream.io.xml.XmlFriendlyNameCoder;
import org.xmlpull.mxp1.MXParser;
import io.github.xstream.mxparser.MXParser;
import org.xmlpull.v1.XmlPullParser;

/**
Expand Down

0 comments on commit 4764332

Please sign in to comment.