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-csv.git
The following commit(s) were added to refs/heads/master by this push:
new 3fff72e Update some build dependencies.
3fff72e is described below
commit 3fff72e495673933483df6ee45b5a562a45e5221
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Oct 20 18:09:18 2021 -0400
Update some build dependencies.
- Bump actions/checkout from 2.3.4 to 2.3.5 #188
- Bump mockito-core from 3.11.2 to 4.0.0 #187
- Bump junit-jupiter from 5.8.0-RC1 to 5.8.1 #186
- Bump maven-pmd-plugin from 3.14.0 to 3.15.0 #184
---
src/changes/changes.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 83b5e44..c908f4a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -41,10 +41,13 @@
<release version="1.9.1" date="2021-MM-DD" description="Feature and bug
fix release (Java 8)">
<!-- UPDATE -->
<action type="update" dev="ggregory"
due-to="Dependabot">Bump checkstyle from 8.44 to 9.0 #180.</action>
- <action type="update" dev="ggregory"
due-to="Dependabot">Bump junit-jupiter from 5.8.0-M1 to 5.8.0-RC1 #179.</action>
+ <action type="update" dev="ggregory"
due-to="Dependabot">Bump junit-jupiter from 5.8.0-M1 to 5.8.1 #179,
#186.</action>
<action type="update" dev="ggregory"
due-to="Dependabot">Bump jmh-core from 1.32 to 1.33 #176.</action>
<action type="update" dev="ggregory"
due-to="Dependabot">Bump jmh-generator-annprocess from 1.32 to 1.33
#175.</action>
<action type="update" dev="ggregory"
due-to="Dependabot">Bump commons.pmd-impl.version from 6.36.0 to 6.37.0
#173.</action>
+ <action type="update" dev="ggregory"
due-to="Dependabot">Bump actions/checkout from 2.3.4 to 2.3.5 #188.</action>
+ <action type="update" dev="ggregory"
due-to="Dependabot">Bump mockito-core from 3.11.2 to 4.0.0 #187.</action>
+ <action type="update" dev="ggregory"
due-to="Dependabot">Bump maven-pmd-plugin from 3.14.0 to 3.15.0 #184.</action>
</release>
<release version="1.9.0" date="2021-07-24" description="Feature and bug
fix release (Java 8)">
<!-- FIX -->