This is an automated email from the ASF dual-hosted git repository.
elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new f076ac9 easy dependency updates: JUnit, surefire,
plexus-interpolation (#6)
f076ac9 is described below
commit f076ac9397037068e684038e56a633b6179f13e4
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Tue Jun 9 08:35:35 2020 -0400
easy dependency updates: JUnit, surefire, plexus-interpolation (#6)
* easy dependency updates
* update xmlunit
* update mockito
---
pom.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index caac3c0..7367ca2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,7 @@
<mavenFilteringVersion>3.1.1</mavenFilteringVersion>
<mavenVersion>3.0</mavenVersion>
<javaVersion>7</javaVersion>
- <surefire.version>2.22.1</surefire.version>
+ <surefire.version>2.22.2</surefire.version>
<project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
</properties>
@@ -132,7 +132,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-interpolation</artifactId>
- <version>1.25</version>
+ <version>1.26</version>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
@@ -149,19 +149,19 @@
<dependency>
<groupId>xmlunit</groupId>
<artifactId>xmlunit</artifactId>
- <version>1.2</version>
+ <version>1.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.12 </version>
+ <version>4.13</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>1.9.5</version>
+ <version>2.28.2</version>
<scope>test</scope>
</dependency>
</dependencies>