You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2022/04/20 16:18:18 UTC

[santuario-xml-security-java] 03/03: Updating junit to 4.13.2

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

coheigea pushed a commit to branch 2.1.x-fixes
in repository https://gitbox.apache.org/repos/asf/santuario-xml-security-java.git

commit 06301ab24667fc32ca4d1813ecc9fa4d0832c97d
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Apr 20 17:18:00 2022 +0100

    Updating junit to 4.13.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 25be9c2c..1cce8067 100644
--- a/pom.xml
+++ b/pom.xml
@@ -524,7 +524,7 @@
         <xml.apis.version>1.4.01</xml.apis.version>
         <slf4j.version>1.7.36</slf4j.version>
         <xalan.version>2.7.2</xalan.version>
-        <junit.version>4.13.1</junit.version>
+        <junit.version>4.13.2</junit.version>
         <xerces.version>2.12.2</xerces.version>
         <bcprov.version>1.70</bcprov.version>
         <hamcrest.version>2.2</hamcrest.version>