This is an automated email from the ASF dual-hosted git repository.
FrankChen021 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 86ae7089bf3 build(deps): bump org.apache.commons:commons-dbcp2 from
2.11.0 to 2.14.0 (#20050)
86ae7089bf3 is described below
commit 86ae7089bf3e1a130d85abe95e5ba120644ee63e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 19 09:40:11 2026 +0800
build(deps): bump org.apache.commons:commons-dbcp2 from 2.11.0 to 2.14.0
(#20050)
* build(deps): bump org.apache.commons:commons-dbcp2 from 2.11.0 to 2.14.0
Bumps org.apache.commons:commons-dbcp2 from 2.11.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]>
* build(deps): align commons-pool2 with dbcp2 2.14.0
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Frank Chen <[email protected]>
---
licenses.yaml | 24 ++++++++++++++++++++++--
pom.xml | 7 ++++++-
2 files changed, 28 insertions(+), 3 deletions(-)
diff --git a/licenses.yaml b/licenses.yaml
index da5391f89ad..a934df9ee03 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -762,13 +762,16 @@ name: Apache Commons DBCP
license_category: binary
module: java-core
license_name: Apache License version 2.0
-version: 2.11.0
+version: 2.14.0
libraries:
- org.apache.commons: commons-dbcp2
notices:
- commons-dbcp2: |
Apache Commons DBCP
- Copyright 2001-2014 The Apache Software Foundation
+ Copyright 2001-2025 The Apache Software Foundation
+
+ This product includes software developed at
+ The Apache Software Foundation (https://www.apache.org/).
---
@@ -826,6 +829,23 @@ notices:
---
+name: Apache Commons Pool
+license_category: binary
+module: java-core
+license_name: Apache License version 2.0
+version: 2.13.0
+libraries:
+ - org.apache.commons: commons-pool2
+notices:
+ - commons-pool2: |
+ Apache Commons Pool
+ Copyright 2001-2025 The Apache Software Foundation
+
+ This product includes software developed at
+ The Apache Software Foundation (https://www.apache.org/).
+
+---
+
name: Apache Commons Pool
license_category: binary
module: java-core
diff --git a/pom.xml b/pom.xml
index d2197e871f6..1675aa820c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -991,7 +991,12 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-dbcp2</artifactId>
- <version>2.11.0</version>
+ <version>2.14.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-pool2</artifactId>
+ <version>2.13.0</version>
</dependency>
<dependency>
<groupId>at.yawk.lz4</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]