You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2020/10/13 15:52:53 UTC

[accumulo-maven-plugin] branch main updated: Bump junit from 4.13 to 4.13.1 in /src/it/plugin-test (#10)

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

ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-maven-plugin.git


The following commit(s) were added to refs/heads/main by this push:
     new e30cb05  Bump junit from 4.13 to 4.13.1 in /src/it/plugin-test (#10)
e30cb05 is described below

commit e30cb05f9700dbe08cef7873a436a9fa39757732
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Oct 13 11:51:45 2020 -0400

    Bump junit from 4.13 to 4.13.1 in /src/it/plugin-test (#10)
    
    Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.1.
    - [Release notes](https://github.com/junit-team/junit4/releases)
    - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
    - [Commits](https://github.com/junit-team/junit4/compare/r4.13...r4.13.1)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 src/it/plugin-test/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/it/plugin-test/pom.xml b/src/it/plugin-test/pom.xml
index ee4d915..5e10cd9 100644
--- a/src/it/plugin-test/pom.xml
+++ b/src/it/plugin-test/pom.xml
@@ -70,7 +70,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.13</version>
+      <version>4.13.1</version>
       <scope>test</scope>
     </dependency>
   </dependencies>