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

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


The following commit(s) were added to refs/heads/master by this push:
     new 431fbac  [MSHARED-1048] Upgrade junit from 4.13.1 to 4.13.2
431fbac is described below

commit 431fbacd20e06cd0bb9c13f6ee41febec248538a
Author: Slawomir Jaranowski <s.jaranow...@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>

Reply via email to