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 a42887d4 Bump jboss-transaction-spi from 7.6.1.Final to 8.0.0.Final (#260) a42887d4 is described below commit a42887d4a841d75655bfc09bc308f7d3d89bea1e Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Feb 3 09:18:10 2023 -0500 Bump jboss-transaction-spi from 7.6.1.Final to 8.0.0.Final (#260) Bumps jboss-transaction-spi from 7.6.1.Final to 8.0.0.Final. --- updated-dependencies: - dependency-name: org.jboss:jboss-transaction-spi dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <supp...@github.com> 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 93a0b18d..49fc6577 100644 --- a/pom.xml +++ b/pom.xml @@ -283,7 +283,7 @@ <dependency> <groupId>org.jboss</groupId> <artifactId>jboss-transaction-spi</artifactId> - <version>7.6.1.Final</version> + <version>8.0.0.Final</version> <exclusions> <exclusion> <groupId>org.jboss.logging</groupId>