You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2021/03/16 13:44:56 UTC

[maven-gpg-plugin] 01/01: deps: update JUnit

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

elharo pushed a commit to branch elharo-patch-1
in repository https://gitbox.apache.org/repos/asf/maven-gpg-plugin.git

commit e9db7b2fef39fb371b477e8df2fef5774aea3d05
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Tue Mar 16 13:44:50 2021 +0000

    deps: update JUnit
    
    @khmarbaise
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 86727b1..abcc0fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,7 +136,7 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.13.1</version>
+      <version>4.13.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>