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/06/09 23:01:45 UTC

[commons-crypto] branch master updated: Bump commons.surefire.version from 3.0.0-M5 to 3.0.0-M7

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 842b55e  Bump commons.surefire.version from 3.0.0-M5 to 3.0.0-M7
842b55e is described below

commit 842b55e5ad063cb8780234c2f75d3414f6174fb7
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Jun 9 19:01:41 2022 -0400

    Bump commons.surefire.version from 3.0.0-M5 to 3.0.0-M7
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 617a9e2..29bf1df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -166,7 +166,7 @@ The following provides more details on the included cryptographic software:
     <target.name>all</target.name>
     <maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version>
     <junit.version>5.8.2</junit.version>
-    <commons.surefire.version>3.0.0-M5</commons.surefire.version>
+    <commons.surefire.version>3.0.0-M7</commons.surefire.version>
 
     <!-- Override default buildNumber timestamp format, needed for coveralls plugin -->
     <maven.buildNumber.timestampFormat>{0,date,yyyy-MM-dd HH:mm:ssZ}</maven.buildNumber.timestampFormat>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d004f46..e99c571 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -90,6 +90,7 @@
       <action                    type="update" dev="ggregory" due-to="Dependabot">Bump taglist-maven-plugin from 2.4 to 3.0.0 #147.</action>
       <action                    type="update" dev="ggregory" due-to="Dependabot">Bump spotbugs-maven-plugin from 4.5.3.0 to 4.7.0.0 #152, #160.</action>
       <action                    type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-parent from 52 to 53.</action>
+      <action                    type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.surefire.version from 3.0.0-M5 to 3.0.0-M7.</action>
     </release>
     <release version="1.1.0" date="2020-08-28" description="Minor release (Java 8 and OpenSSL 1.1.1)">
       <action issue="CRYPTO-59" type="add">Support Galois/Counter Mode (GCM).</action>