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 2021/05/31 16:09:46 UTC

[commons-dbcp] branch master updated: Bump org.jboss:jboss-transaction-spi from 7.6.0.Final to 7.6.1.Final.

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-dbcp.git


The following commit(s) were added to refs/heads/master by this push:
     new b43d8ad  Bump org.jboss:jboss-transaction-spi from 7.6.0.Final to 7.6.1.Final.
b43d8ad is described below

commit b43d8ad0c8a0f485cacf85100f308eff530bfa85
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon May 31 12:09:43 2021 -0400

    Bump org.jboss:jboss-transaction-spi from 7.6.0.Final to 7.6.1.Final.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e476f32..0139ec3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -267,7 +267,7 @@
     <dependency>
       <groupId>org.jboss</groupId>
       <artifactId>jboss-transaction-spi</artifactId>
-      <version>7.6.0.Final</version>
+      <version>7.6.1.Final</version>
       <exclusions>
         <exclusion>
           <groupId>org.jboss.logging</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1fabc7c..be02d3e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -159,6 +159,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="update" dev="ggregory" due-to="Dependabot">
         Bump jboss-logging from 3.4.1.Final to 3.4.2.Final #109.
       </action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">
+        Bump org.jboss:jboss-transaction-spi from 7.6.0.Final to 7.6.1.Final.
+      </action>
     </release>
     <release version="2.8.0" date="2020-09-21" description="This is a minor release, including bug fixes and enhancements.">
       <!-- add -->