This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new e7b1326  Upgrade JUnit from 4.12 to 4.13
e7b1326 is described below

commit e7b1326ea750f853598546da0ef232c9faf76664
Author: dependabot-preview[bot] 
<27856297+dependabot-preview[bot]@users.noreply.github.com>
AuthorDate: Sun Feb 23 18:07:41 2020 +0000

    Upgrade JUnit from 4.12 to 4.13
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a6be5ad..1c778ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -223,7 +223,7 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.12</version>
+      <version>4.13</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Reply via email to