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-configuration.git
The following commit(s) were added to refs/heads/master by this push: new 0d042ac8 Bump org.apache.commons:commons-dbcp2 from 2.11.0 to 2.12.0 (#376) 0d042ac8 is described below commit 0d042ac8c9590498772efb01791cb53bb8d74f21 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Sun Mar 3 21:31:54 2024 -0500 Bump org.apache.commons:commons-dbcp2 from 2.11.0 to 2.12.0 (#376) Bumps org.apache.commons:commons-dbcp2 from 2.11.0 to 2.12.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-dbcp2 dependency-type: direct:development update-type: version-update:semver-minor ... 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 fc99da46..1f9b0263 100644 --- a/pom.xml +++ b/pom.xml @@ -427,7 +427,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-dbcp2</artifactId> - <version>2.11.0</version> + <version>2.12.0</version> <scope>test</scope> </dependency>