diff --git a/pom.xml b/pom.xml
index 14d2702b3..408ca87f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,96 +52,6 @@
https://gitbox.apache.org/repos/asf?p=commons-pool.git
-
-
- Morgan Delagrange
- morgand
-
-
-
-
- Geir Magnusson
- geirm
-
-
-
-
- Craig McClanahan
- craigmcc
-
-
-
-
- Rodney Waldhoff
- rwaldhoff
-
-
-
-
- David Weinrich
- dweinr1
-
-
-
-
- Dirk Verbeeck
- dirkv
-
-
-
-
- Robert Burrell Donkin
- rdonkin
-
- The Apache Software Foundation
-
-
- Sandy McArthur
- sandymac
-
- The Apache Software Foundation
-
-
- Simone Tripodi
- simonetripodi
- The Apache Software Foundation
-
-
- ggregory
- Gary Gregory
- ggregory at apache.org
- https://www.garygregory.com
- The Apache Software Foundation
- https://www.apache.org/
-
- PMC Member
-
- America/New_York
-
- https://people.apache.org/~ggregory/img/garydgregory80.png
-
-
-
- Matt Sicker
- mattsicker
- The Apache Software Foundation
-
-
- Phil Steitz
- psteitz
- The Apache Software Foundation
-
-
-
-
- Todd Carmichael
- toddc@concur.com
-
-
- Arturo Bernal
-
-
-
cglib
@@ -164,13 +74,13 @@
org.hamcrest
hamcrest-library
- 2.2
+ 3.0
test
org.apache.commons
commons-lang3
- 3.14.0
+ 3.16.0
test
@@ -194,7 +104,8 @@
org.apache.commons.pool2
RC1
- 2.12.0
+ 2.12.1
+ 2.12.2
(Java 8 or above)
2.6.2
@@ -244,7 +155,7 @@
org.apache.bcel
bcel
- 6.8.2
+ 6.10.0
@@ -446,5 +357,93 @@
-
+
+
+ Morgan Delagrange
+ morgand
+
+
+
+
+ Geir Magnusson
+ geirm
+
+
+
+
+ Craig McClanahan
+ craigmcc
+
+
+
+
+ Rodney Waldhoff
+ rwaldhoff
+
+
+
+
+ David Weinrich
+ dweinr1
+
+
+
+
+ Dirk Verbeeck
+ dirkv
+
+
+
+
+ Robert Burrell Donkin
+ rdonkin
+
+ The Apache Software Foundation
+
+
+ Sandy McArthur
+ sandymac
+
+ The Apache Software Foundation
+
+
+ Simone Tripodi
+ simonetripodi
+ The Apache Software Foundation
+
+
+ ggregory
+ Gary Gregory
+ ggregory at apache.org
+ https://www.garygregory.com
+ The Apache Software Foundation
+ https://www.apache.org/
+
+ PMC Member
+
+ America/New_York
+
+ https://people.apache.org/~ggregory/img/garydgregory80.png
+
+
+
+ Matt Sicker
+ mattsicker
+ The Apache Software Foundation
+
+
+ Phil Steitz
+ psteitz
+ The Apache Software Foundation
+
+
+
+
+ Todd Carmichael
+ toddc@concur.com
+
+
+ Arturo Bernal
+
+
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 37eced011..be7f72b13 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,14 +45,15 @@ The type attribute can be add,update,fix,remove.
Apache Commons Pool Release Notes
-
+
Bump org.apache.commons:commons-parent from 62 to 73.
- Bump org.ow2.asm:asm-util from 9.5 to 9.6.
- Bump commons-lang3 from 3.13.0 to 3.14.0.
- Bump org.apache.bcel:bcel from 6.7.0 to 6.8.2.
+ Bump org.ow2.asm:asm-util from 9.5 to 9.7.
+ [test] Bump commons-lang3 from 3.13.0 to 3.16.0.
+ [site] Bump org.apache.bcel:bcel from 6.7.0 to 6.8.2.
+ [test] Bump org.hamcrest:hamcrest-library from 2.2 to 3.0.