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 555dd26 Update plugin dependencies not picked up by Dependabot. #138 555dd26 is described below commit 555dd2616ebf581fb169d77e25745f392bee074f Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Oct 20 19:25:50 2021 -0400 Update plugin dependencies not picked up by Dependabot. #138 - commons.japicmp.version 0.15.2 -> 0.15.3 - commons.jacoco.version 0.6.6 -> 0.8.7 - commons.javadoc.version 3.2.0 -> 3.3.1 --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f623cb2..fe8ed65 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -75,6 +75,9 @@ <action type="update" dev="ggregory" due-to="Dependabot">Bump jmh.version from 1.12 to 1.27 #119.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump exec-maven-plugin from 1.6.0 to 3.0.0 #121.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump maven-antrun-plugin from 1.8 to 3.0.0 #120.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.japicmp.version 0.15.2 -> 0.15.3 #138.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.jacoco.version 0.6.6 -> 0.8.7 #138.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.javadoc.version 3.2.0 -> 3.3.1 #138.</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>