You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/03/17 19:53:44 UTC

[maven-verifier] branch MSHARED-1048 created (now b0856e4)

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

sjaranowski pushed a change to branch MSHARED-1048
in repository https://gitbox.apache.org/repos/asf/maven-verifier.git.


      at b0856e4  [MSHARED-1048] Upgrade junit from 4.13.1 to 4.13.2

This branch includes the following new commits:

     new b0856e4  [MSHARED-1048] Upgrade junit from 4.13.1 to 4.13.2

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[maven-verifier] 01/01: [MSHARED-1048] Upgrade junit from 4.13.1 to 4.13.2

Posted by sj...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch MSHARED-1048
in repository https://gitbox.apache.org/repos/asf/maven-verifier.git

commit b0856e4b87cb39a83435b5f6b4b52958e6d83bb5
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Thu Mar 17 20:53:26 2022 +0100

    [MSHARED-1048] Upgrade junit from 4.13.1 to 4.13.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1715a15..98162e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,7 +75,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.13.1</version>
+      <version>4.13.2</version>
     </dependency>
     <dependency>
       <groupId>org.hamcrest</groupId>