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/12/11 14:02:48 UTC

[commons-crypto] branch master updated: Bump jaxb-impl from 2.3.6 to 2.3.7

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 efc1c28  Bump jaxb-impl from 2.3.6 to 2.3.7
efc1c28 is described below

commit efc1c28ac268156e48919f2d17e573af13d19517
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Dec 11 09:02:44 2022 -0500

    Bump jaxb-impl from 2.3.6 to 2.3.7
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 18edd4e..ae5202a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -454,7 +454,7 @@ The following provides more details on the included cryptographic software:
         <dependency>
           <groupId>com.sun.xml.bind</groupId>
           <artifactId>jaxb-impl</artifactId>
-          <version>2.3.6</version>
+          <version>2.3.7</version>
         </dependency>
       </dependencies>
     </profile>  
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0a7e8d3..ad0a889 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -97,6 +97,7 @@
       <action                    type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump commons-parent from 52 to 54 #182</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>
       <action                    type="update" dev="ggregory" due-to="Dependabot">Bump maven-resources-plugin from 3.2.0 to 3.3.0 #172.</action>
+      <action                    type="update" dev="ggregory" due-to="Gary Gregory">Bump jaxb-impl from 2.3.6 to 2.3.7.</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>