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 883bc9e Bump exec-maven-plugin from 1.6.0 to 3.0.0 #121. 883bc9e is described below commit 883bc9e15d28e847ed5125511560100d5f8bffb0 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Oct 20 10:42:51 2021 -0400 Bump exec-maven-plugin from 1.6.0 to 3.0.0 #121. --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7700f35..42a1638 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -73,7 +73,7 @@ <action type="update" dev="ggregory" due-to="Arturo Bernal">Fix PMD warning and don't init to defaults #128.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2 #130.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump jmh.version from 1.12 to 1.27 #119.</action> - </release> + <action type="update" dev="ggregory" due-to="Dependabot">Bump exec-maven-plugin from 1.6.0 to 3.0.0 #121.</action> <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> <action issue="CRYPTO-125" type="fix">CryptoOutputStream does not call write in a loop when underlying channel works in non-block mode.</action>