This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git
The following commit(s) were added to refs/heads/master by this push:
new a91a946 Update commons-pool2 from 2.8.1 to 2.9.0.
a91a946 is described below
commit a91a9466fd9c6e16a029972a19d7e82f442ae724
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Sep 29 08:42:05 2020 -0400
Update commons-pool2 from 2.8.1 to 2.9.0.
---
pom.xml | 2 +-
src/changes/changes.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0b6f271..0680fcf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -425,7 +425,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
- <version>2.8.1</version>
+ <version>2.9.0</version>
<scope>test</scope>
</dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index aafabf1..abc159e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -74,8 +74,8 @@
<action type="update" dev="ggregory" due-to="Gary Gregory">
Update maven-checkstyle-plugin from 3.1.0 to 3.1.1 #57.
</action>
- <action type="update" dev="ggregory" due-to="Dependabot">
- Update commons-pool2 from 2.8.0 to 2.8.1 #61.
+ <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
+ Update commons-pool2 from 2.8.0 to 2.9.0, #61.
</action>
<action type="update" dev="ggregory" due-to="Dependabot">
Update actions/setup-java from v1.4.0 to v1.4.2 #63, #65.