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 5fdb46c69e4f984d72a20ed139e01dfb5a371e22 Author: Arnaud Thimel <thimel@codelutin.com> Date: Mon Jan 6 11:22:44 2020 +0100 Update libraries : maven 3.6.3 ; antlr4 4.7.4 ; guava 28.2 ; commons-collections4 4.4 ; commons-beanutils 1.9.4 ; junit 4.13 ; struts2 2.5.22 ; plexus-utils 3.3.0 --- pom.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 1085510..ddaf1c7 100644 --- a/pom.xml +++ b/pom.xml @@ -68,9 +68,9 @@ <!--Multilanguage maven-site --> <locales>fr,en</locales> - <mavenVersion>3.6.1</mavenVersion> + <mavenVersion>3.6.3</mavenVersion> <pluginPluginVersion>3.6.0</pluginPluginVersion> - <antlr4Version>4.7.3</antlr4Version> + <antlr4Version>4.7.4</antlr4Version> <javaVersion>1.8</javaVersion> <signatureArtifactId>java18</signatureArtifactId> @@ -87,13 +87,13 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>27.1-jre</version> + <version>28.2-jre</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> - <version>4.3</version> + <version>4.4</version> </dependency> <dependency> @@ -117,13 +117,13 @@ <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> - <version>1.9.3</version> + <version>1.9.4</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.12</version> + <version>4.13</version> <scope>test</scope> </dependency> @@ -230,14 +230,14 @@ <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-core</artifactId> - <version>2.5.20</version> + <version>2.5.22</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> - <version>3.2.0</version> + <version>3.3.0</version> <scope>compile</scope> </dependency> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.