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-pool.git
The following commit(s) were added to refs/heads/master by this push:
new 1a4b657 Update dependencies.
new 4db41a5 Merge branch 'master' of
https://gitbox.apache.org/repos/asf/commons-pool.git
1a4b657 is described below
commit 1a4b6579e82dcc571ef6993220bb41dc44f2b396
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Feb 16 08:42:53 2021 -0500
Update dependencies.
- Bump spotbugs from 4.2.0 to 4.2.1 #62.
- Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2 #61.
- Bump junit-bom from 5.7.0 to 5.7.1 #63.
- Bump actions/cache from v2 to v2.1.4 #65.
- Bump asm-util from 9.0 to 9.1 #64
---
src/changes/changes.xml | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d81cb69..d42c9d1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -51,7 +51,7 @@ The <action> type attribute can be add,update,fix,remove.
</action>
<!-- UPDATE -->
<action dev="ggregory" type="update" due-to="Dependabot">
- Bump spotbugs-maven-plugin from 4.0.4 to 4.2.0 #48, #53, #59.
+ Bump spotbugs-maven-plugin from 4.0.4 to 4.2.1 #48, #53, #59, #62.
</action>
<action dev="ggregory" type="update" due-to="Dependabot">
Bump actions/setup-java from v1.4.2 to v1.4.3 #47.
@@ -62,9 +62,6 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="update" due-to="Dependabot">
Bump biz.aQute.bndlib from 5.1.2 to 5.2.0 #51.
</action>
- <action dev="ggregory" type="update" due-to="Dependabot">
- Bump spotbugs from 4.1.3 to 4.2.0 #52, #56.
- </action>
<action dev="ggregory" type="update" due-to="Arturo Bernal"
issue="POOL-389">
Migrate to JUnit 5 #57.
</action>
@@ -80,6 +77,15 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="update" due-to="Gary Gregory">
Update commons.japicmp.version 0.14.3 -> 0.15.2.
</action>
+ <action dev="ggregory" type="update" due-to="Dependabot">
+ Bump actions/cache from v2 to v2.1.4 #65.
+ </action>
+ <action dev="ggregory" type="update" due-to="Dependabot">
+ Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2 #61.
+ </action>
+ <action dev="ggregory" type="update" due-to="Dependabot">
+ Bump asm-util from 9.0 to 9.1 #64.
+ </action>
</release>
<release version="2.9.0" date="2020-09-25" description="This is a minor
release (Java 8).">
<action issue="POOL-387" dev="ggregory" type="update" due-to=" Phil
Steitz">