Skip to content

Commit 8ffb59d

Browse files
LuciferYangHyukjinKwon
authored andcommitted
[SPARK-36583][BUILD] Upgrade Apache commons-pool2 from 2.6.2 to 2.11.1
### What changes were proposed in this pull request? This pr upgrade Apache `commons-pool2` from `2.6.2` to `2.11.1`, `2.11.1` is a Java 8 build version and `2.6.2` is still a Java 7 build version. ### Why are the changes needed? Bring some bug fix like `DefaultPooledObject.getIdleTime() drops nanoseconds on Java 9 and greater` Other changes: [RELEASE-NOTES](https://gitbox.apache.org/repos/asf?p=commons-pool.git;a=blob;f=RELEASE-NOTES.txt) ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Pass the Jenkins or GitHub Action Closes #33831 from LuciferYang/commons-pool2. Authored-by: yangjie01 <[email protected]> Signed-off-by: Hyukjin Kwon <[email protected]>
1 parent 4356d66 commit 8ffb59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
<!-- org.apache.commons/commons-lang3/-->
180180
<commons-lang3.version>3.12.0</commons-lang3.version>
181181
<!-- org.apache.commons/commons-pool2/-->
182-
<commons-pool2.version>2.6.2</commons-pool2.version>
182+
<commons-pool2.version>2.11.1</commons-pool2.version>
183183
<datanucleus-core.version>4.1.17</datanucleus-core.version>
184184
<guava.version>14.0.1</guava.version>
185185
<janino.version>3.0.16</janino.version>

0 commit comments

Comments
 (0)