This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new ce6b5a62567e [SPARK-54912][BUILD] Upgrade `commons-pool2` to 2.13.1
ce6b5a62567e is described below
commit ce6b5a62567eb318164d543301730f6c485fadd8
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Jan 7 13:39:54 2026 +0900
[SPARK-54912][BUILD] Upgrade `commons-pool2` to 2.13.1
### What changes were proposed in this pull request?
This PR aims to upgrade `commons-pool2` to 2.13.1.
### Why are the changes needed?
To use the latest bug fixed versions.
- https://commons.apache.org/proper/commons-pool/changes.html#a2.13.1
- https://issues.apache.org/jira/browse/POOL-427
- https://commons.apache.org/proper/commons-pool/changes.html#a2.13.0
- https://issues.apache.org/jira/browse/POOL-418
- https://issues.apache.org/jira/browse/POOL-419
- https://issues.apache.org/jira/browse/POOL-420
- https://issues.apache.org/jira/browse/POOL-421
- https://issues.apache.org/jira/browse/POOL-424
- https://issues.apache.org/jira/browse/POOL-425
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #53689 from dongjoon-hyun/SPARK-54912.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d0b12c664b28..060a14792d3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -195,7 +195,7 @@
<!-- org.apache.commons/commons-lang3/-->
<commons-lang3.version>3.20.0</commons-lang3.version>
<!-- org.apache.commons/commons-pool2/-->
- <commons-pool2.version>2.12.1</commons-pool2.version>
+ <commons-pool2.version>2.13.1</commons-pool2.version>
<datanucleus-core.version>4.1.17</datanucleus-core.version>
<guava.version>33.4.8-jre</guava.version>
<guava.failureaccess.version>1.0.3</guava.failureaccess.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]