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 4255c1190da build(deps): bump org.apache.commons:commons-pool2 from
2.12.1 to 2.13.1 (#19977)
4255c1190da is described below
commit 4255c1190da4690edc47b60a0b3c0183c9105533
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 13 09:40:51 2026 +0800
build(deps): bump org.apache.commons:commons-pool2 from 2.12.1 to 2.13.1
(#19977)
* build(deps): bump org.apache.commons:commons-pool2 from 2.12.1 to 2.13.1
Bumps org.apache.commons:commons-pool2 from 2.12.1 to 2.13.1.
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-pool2
dependency-version: 2.13.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
* build(deps): update commons-pool2 license metadata
* build(deps): retain transitive commons-pool2 license metadata
---------
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]>
---
extensions-contrib/redis-cache/pom.xml | 2 +-
licenses.yaml | 19 +++++++++++++++++++
2 files changed, 20 insertions(+), 1 deletion(-)
diff --git a/extensions-contrib/redis-cache/pom.xml
b/extensions-contrib/redis-cache/pom.xml
index 0920d3a3486..930e41de421 100644
--- a/extensions-contrib/redis-cache/pom.xml
+++ b/extensions-contrib/redis-cache/pom.xml
@@ -68,7 +68,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
- <version>2.12.1</version>
+ <version>2.13.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
diff --git a/licenses.yaml b/licenses.yaml
index 97ae3a692d1..fafbc13e74a 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -826,6 +826,25 @@ notices:
---
+name: Apache Commons Pool
+license_category: binary
+module: java-core
+license_name: Apache License version 2.0
+version: 2.13.1
+libraries:
+ - org.apache.commons: commons-pool2
+notices:
+ - commons-pool2: |
+ Apache Commons Pool
+ Copyright 2001-2025 The Apache Software Foundation
+
+ The LinkedBlockingDeque implementation is based on an implementation
written by
+ Doug Lea with assistance from members of JCP JSR-166 Expert Group and
released
+ to the public domain, as explained at
+ http://creativecommons.org/licenses/publicdomain
+
+---
+
name: Apache Commons Text
license_category: binary
module: java-core
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]