This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository i18n. See https://gitlab.nuiton.org/nuiton/i18n.git commit becc352ee242b55e9e01fe38171d501a2c3e6312 Author: Arnaud Thimel <thimel@codelutin.com> Date: Thu May 16 15:33:29 2019 +0200 Upgrade Maven dependencies : Maven 3.6.1 ; maven-plugin-annotations 3.6.0 ; antlr4 4.7.3 ; maven-dependency-plugin 3.0.1 ; plexus-utils 3.2.0 --- pom.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 1823ef5..9828129 100644 --- a/pom.xml +++ b/pom.xml @@ -68,8 +68,9 @@ <!--Multilanguage maven-site --> <locales>fr,en</locales> - <mavenVersion>3.3.9</mavenVersion> - <antlr4Version>4.6.0.3</antlr4Version> + <mavenVersion>3.6.1</mavenVersion> + <pluginPluginVersion>3.6.0</pluginPluginVersion> + <antlr4Version>4.7.3</antlr4Version> <javaVersion>1.8</javaVersion> <signatureArtifactId>java18</signatureArtifactId> @@ -180,7 +181,7 @@ <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-dependency-tree</artifactId> - <version>3.0</version> + <version>3.0.1</version> </dependency> <!-- provided dependencies --> @@ -236,7 +237,7 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> - <version>3.0.24</version> + <version>3.2.0</version> <scope>compile</scope> </dependency> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.