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 a34eb6c Bump narayana-jta from 5.12.4.Final to 5.12.5.Final (#163)
a34eb6c is described below
commit a34eb6c68c18370e5f07bc7992a07896806c9765
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 20 23:56:52 2022 -0500
Bump narayana-jta from 5.12.4.Final to 5.12.5.Final (#163)
Bumps narayana-jta from 5.12.4.Final to 5.12.5.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] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0b793df..605ae55 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.4.Final</version>
+ <version>5.12.5.Final</version>
<scope>test</scope>
</dependency>
<dependency>