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

amichai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-rsa.git


The following commit(s) were added to refs/heads/master by this push:
     new 9739def5 ARIES-2117 - Upgrade JUnit to 4.13.2
9739def5 is described below

commit 9739def5c993f7185e0a3a6957daf59d8fe401f0
Author: Amichai Rothman <[email protected]>
AuthorDate: Tue Sep 12 16:34:08 2023 +0300

    ARIES-2117 - Upgrade JUnit to 4.13.2
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 5dafdcd7..fdbbbd97 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -166,7 +166,7 @@
             <dependency>
                 <groupId>junit</groupId>
                 <artifactId>junit</artifactId>
-                <version>4.12</version>
+                <version>4.13.2</version>
                 <scope>test</scope>
             </dependency>
             <dependency>

Reply via email to