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 ff8ad24e >Bump h2 from 1.4.210 to 2.1.212 ff8ad24e is described below commit ff8ad24ef8783640c1ff67a8684eba702b2ce2da Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Apr 15 07:22:23 2022 -0400 >Bump h2 from 1.4.210 to 2.1.212 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ec338353..a095ef85 100644 --- a/pom.xml +++ b/pom.xml @@ -63,7 +63,7 @@ <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> - <version>2.1.210</version> + <version>2.1.212</version> <scope>test</scope> </dependency> </dependencies> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e869a189..ce8f150a 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -64,7 +64,7 @@ <action type="update" dev="ggregory" due-to="Dependabot">Bump commons.pmd-impl.version from 6.41.0 to 6.42.0 #214.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump opencsv from 5.5.1 to 5.6 #182, #221.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump spotbugs-maven-plugin from 4.3.0 to 4.6.0.0 #192, #198, #203, #211, #225.</action> - <action type="update" dev="kinow" due-to="Dependabot">Bump h2 from 1.4.200 to 2.0.214 #200, #205, #213.</action> + <action type="update" dev="kinow" due-to="Dependabot">Bump h2 from 1.4.200 to 2.1.212 #200, #205, #213.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-javadoc-plugin from 3.3.0 to 3.3.2.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump biz.aQute.bnd:biz.aQute.bndlib from 5.3.0 to 6.2.0.</action> </release>