You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/03/18 01:35:21 UTC

[commons-crypto] branch master updated: Bump junit from 5.8.1 to 5.8.2

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new bc12dc5  Bump junit from 5.8.1 to 5.8.2
bc12dc5 is described below

commit bc12dc55c81f2734815c183df0f306c694b27c05
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Mar 17 21:35:18 2022 -0400

    Bump junit from 5.8.1 to 5.8.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 75660d4..945a62a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,7 +162,7 @@ The following provides more details on the included cryptographic software:
     User is able to specify the platform by maven profiles.-->
     <target.name>all</target.name>
     <maven-antrun-plugin.version>3.0.0</maven-antrun-plugin.version>
-    <junit.version>5.8.1</junit.version>
+    <junit.version>5.8.2</junit.version>
 
     <!-- Override default buildNumber timestamp format, needed for coveralls plugin -->
     <maven.buildNumber.timestampFormat>{0,date,yyyy-MM-dd HH:mm:ssZ}</maven.buildNumber.timestampFormat>