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/06/24 11:11:33 UTC

[commons-dbcp] branch master updated: Bump narayana-jta from 5.12.6.Final to 5.12.7.Final (#197)

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 bc626419 Bump narayana-jta from 5.12.6.Final to 5.12.7.Final (#197)
bc626419 is described below

commit bc626419b207e41c7a5c9ba3a1fdb51e49cb6d69
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jun 24 07:11:28 2022 -0400

    Bump narayana-jta from 5.12.6.Final to 5.12.7.Final (#197)
    
    Bumps narayana-jta from 5.12.6.Final to 5.12.7.Final.
    
    ---
    updated-dependencies:
    - dependency-name: org.jboss.narayana.jta:narayana-jta
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 037914d7..06a028f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -271,7 +271,7 @@
     <dependency>
       <groupId>org.jboss.narayana.jta</groupId>
       <artifactId>narayana-jta</artifactId>
-      <version>5.12.6.Final</version>
+      <version>5.12.7.Final</version>
       <scope>test</scope>
     </dependency>
     <dependency>