You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2022/08/30 07:33:13 UTC

[ws-wss4j] branch master updated: Updating junit to 5.9.0

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

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git


The following commit(s) were added to refs/heads/master by this push:
     new 5ce528b53 Updating junit to 5.9.0
5ce528b53 is described below

commit 5ce528b53fcea7250e136ce5497108e2e385f076
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Aug 30 08:32:58 2022 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 2126bc8b9..34b8f6ea4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -40,7 +40,7 @@
         <jakarta.mail.api.version>2.1.0</jakarta.mail.api.version>
         <jasypt.version>1.9.3</jasypt.version>
         <jaxb-runtime.version>3.0.2</jaxb-runtime.version>
-        <junit.version>5.8.1</junit.version>
+        <junit.version>5.9.0</junit.version>
         <kerby.version>2.0.2</kerby.version>
         <neethi.version>3.2.0</neethi.version>
         <opensaml.version>4.2.0</opensaml.version>