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 2020/12/28 15:41:24 UTC

[commons-crypto] branch master updated: Bump jna from 5.5.0 to 5.6.0 #123.

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 52d2baf  Bump jna from 5.5.0 to 5.6.0 #123.
52d2baf is described below

commit 52d2baf470df71dba9b6fc46fd7b52e900665061
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Dec 28 10:41:20 2020 -0500

    Bump jna from 5.5.0 to 5.6.0 #123.
---
 src/changes/changes.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6060f6f..bf60f94 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,10 +62,11 @@
 
   <body>
     <release version="1.1.1" date="20YY-MM-DD" description="TBD">
-      <action                   dev="ggregory" type="update" due-to="Gary Gregory">Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 builds).</action>
+      <action                    type="update" dev="ggregory" due-to="Gary Gregory">Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 builds).</action>
       <action issue="CRYPTO-154" type="add">License header should be plain a comment #113.</action>
       <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>
     </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>