This is an automated email from the ASF dual-hosted git repository. amanin pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git
The following commit(s) were added to refs/heads/geoapi-4.0 by this push: new 959ff5b chore(Build): upgrade H2 database to latest release (patch update) 959ff5b is described below commit 959ff5ba6d1536b71485b7276a5f92854b4fb569 Author: Alexis Manin <alexis.ma...@geomatys.com> AuthorDate: Thu Jan 27 14:45:35 2022 +0100 chore(Build): upgrade H2 database to latest release (patch update) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ea99c90..fe5c88d 100644 --- a/pom.xml +++ b/pom.xml @@ -498,7 +498,7 @@ <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> - <version>2.0.206</version> + <version>2.1.210</version> <scope>test</scope> </dependency> <dependency>