This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git
commit fd999b44f941a78cfd199ee9d38e00509874c235 Author: Martin Desruisseaux <martin.desruisse...@geomatys.com> AuthorDate: Fri Jan 7 21:37:37 2022 +0100 Upgrade dependencies. --- core/sis-build-helper/pom.xml | 10 ++++++---- core/sis-cql/pom.xml | 4 ++-- pom.xml | 4 ++-- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/core/sis-build-helper/pom.xml b/core/sis-build-helper/pom.xml index a72e2d4..f8c3847 100644 --- a/core/sis-build-helper/pom.xml +++ b/core/sis-build-helper/pom.xml @@ -102,7 +102,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> - <version>3.6.1</version> + <version>3.6.2</version> <executions> <execution> <id>default-descriptor</id> @@ -121,17 +121,19 @@ <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> - <version>3.8.3</version> + <version>3.8.4</version> + <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-api</artifactId> - <version>3.8.3</version> + <version>3.8.4</version> + <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-annotations</artifactId> - <version>3.6.1</version> + <version>3.6.2</version> <scope>provided</scope> </dependency> <dependency> diff --git a/core/sis-cql/pom.xml b/core/sis-cql/pom.xml index e5205b6..0322ada 100644 --- a/core/sis-cql/pom.xml +++ b/core/sis-cql/pom.xml @@ -82,7 +82,7 @@ <plugin> <groupId>org.antlr</groupId> <artifactId>antlr4-maven-plugin</artifactId> - <version>4.7</version> + <version>4.9.3</version> <executions> <execution> <id>run antlr</id> @@ -128,7 +128,7 @@ <dependency> <groupId>org.antlr</groupId> <artifactId>antlr4-runtime</artifactId> - <version>4.7</version> + <version>4.9.3</version> <scope>compile</scope> </dependency> diff --git a/pom.xml b/pom.xml index 683d548..c9a86ae 100644 --- a/pom.xml +++ b/pom.xml @@ -498,7 +498,7 @@ <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> - <version>2.0.204</version> + <version>2.0.206</version> <scope>test</scope> </dependency> <dependency> @@ -969,7 +969,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> - <version>3.0.0-M1</version> + <version>3.0.0-M2</version> </plugin> </plugins> </pluginManagement>