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 01b129c Bump narayana-jta from 5.12.0.Final to 5.12.1.Final (#134)
01b129c is described below
commit 01b129c921f2eff600bd6a9bc1f9707d6ad74874
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 23 10:19:15 2021 -0400
Bump narayana-jta from 5.12.0.Final to 5.12.1.Final (#134)
Bumps narayana-jta from 5.12.0.Final to 5.12.1.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 9d005b8..7f7e4d8 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.0.Final</version>
+ <version>5.12.1.Final</version>
<scope>test</scope>
</dependency>
<dependency>