This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch tomee-10.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-10.x by this push:
new 5a25ca147e TOMEE-4564 - Bump org.apache.commons:commons-dbcp2 (#2381)
5a25ca147e is described below
commit 5a25ca147ecb60a72ddf496bf31fccce1b52f2fe
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 19 14:12:37 2025 +0100
TOMEE-4564 - Bump org.apache.commons:commons-dbcp2 (#2381)
Bumps org.apache.commons:commons-dbcp2 from 2.13.0 to 2.14.0.
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-dbcp2
dependency-version: 2.14.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 2d75c03b2e..a366db1c77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,7 +155,7 @@
<!-- Apache Commons -->
<version.commons-cli>1.11.0</version.commons-cli>
<version.commons-codec>1.20.0</version.commons-codec>
- <version.commons-dbcp2>2.13.0</version.commons-dbcp2>
+ <version.commons-dbcp2>2.14.0</version.commons-dbcp2>
<version.commons-discovery>0.5</version.commons-discovery>
<version.commons-io>2.21.0</version.commons-io>
<version.commons-lang3>3.20.0</version.commons-lang3>