This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git
The following commit(s) were added to refs/heads/master by this push:
new 63dd5ae Fix MNG-3259 IT on JDK 16
63dd5ae is described below
commit 63dd5ae894ee46bae97590ed419bc1011744047c
Author: Falko Modler <[email protected]>
AuthorDate: Tue Dec 22 01:20:43 2020 +0100
Fix MNG-3259 IT on JDK 16
This closes #89
---
core-it-suite/src/test/resources/mng-3259/parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core-it-suite/src/test/resources/mng-3259/parent/pom.xml
b/core-it-suite/src/test/resources/mng-3259/parent/pom.xml
index 2ad6c39..4005796 100644
--- a/core-it-suite/src/test/resources/mng-3259/parent/pom.xml
+++ b/core-it-suite/src/test/resources/mng-3259/parent/pom.xml
@@ -82,7 +82,7 @@
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
- <version>1.2.2</version>
+ <version>1.4.15</version>
</dependency>
<dependency>
<groupId>jmock</groupId>