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 5e5b0f2 Update commons.japicmp.version 0.14.3 -> 0.14.4. 5e5b0f2 is described below commit 5e5b0f2b2950bfe3ae54d97d1550fe6e81259213 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Dec 29 18:49:31 2020 -0500 Update commons.japicmp.version 0.14.3 -> 0.14.4. --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3f59246..8e64508 100644 --- a/pom.xml +++ b/pom.xml @@ -146,7 +146,7 @@ The following provides more details on the included cryptographic software: <commons.pmd.version>3.14.0</commons.pmd.version> <commons.javadoc.version>3.2.0</commons.javadoc.version> <japicmp.skip>false</japicmp.skip> - <commons.japicmp.version>0.14.3</commons.japicmp.version> + <commons.japicmp.version>0.14.4</commons.japicmp.version> <clirr.skip>true</clirr.skip> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index bf60f94..3ddf928 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -67,6 +67,7 @@ <action issue="CRYPTO-155" type="update" due-to="Arturo Bernal">Minor improvement #115, #125.</action> <action issue="CRYPTO-151" type="update" due-to="Arturo Bernal">Migrate to Junit 5 #114.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump jna from 5.5.0 to 5.6.0 #123.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Update commons.japicmp.version 0.14.3 -> 0.14.4.</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>