branch develop updated (17272f0 -> f280a31)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository i18n. See https://gitlab.nuiton.org/nuiton/i18n.git from 17272f0 Do not use ConverterUtils, cause some linkage error in some special cases (Fixes #4144) new f280a31 Update dependencies (Fixes #4145) The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit f280a31918eb142634b5a64e395f29315156a402 Author: Tony CHEMIT <dev@tchemit.fr> Date: Thu Feb 9 10:00:21 2017 +0100 Update dependencies (Fixes #4145) Summary of changes: i18n-maven-plugin/pom.xml | 1 + pom.xml | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 10 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
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 f280a31918eb142634b5a64e395f29315156a402 Author: Tony CHEMIT <dev@tchemit.fr> Date: Thu Feb 9 10:00:21 2017 +0100 Update dependencies (Fixes #4145) --- i18n-maven-plugin/pom.xml | 1 + pom.xml | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/i18n-maven-plugin/pom.xml b/i18n-maven-plugin/pom.xml index 7a7f729..3028dea 100644 --- a/i18n-maven-plugin/pom.xml +++ b/i18n-maven-plugin/pom.xml @@ -72,6 +72,7 @@ <dependency> <groupId>com.tunnelvisionlabs</groupId> <artifactId>antlr4-annotations</artifactId> + <scope>runtime</scope> </dependency> <dependency> <groupId>org.nuiton.processor</groupId> diff --git a/pom.xml b/pom.xml index 5606387..1c355b1 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>10</version> + <version>10.4</version> </parent> <artifactId>i18n</artifactId> @@ -60,7 +60,7 @@ <locales>fr,en</locales> <mavenVersion>3.3.9</mavenVersion> - <antlr4Version>4.5.3</antlr4Version> + <antlr4Version>4.6.0.3</antlr4Version> <javaVersion>1.6</javaVersion> <signatureArtifactId>java16</signatureArtifactId> @@ -74,7 +74,7 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>19.0</version> + <version>20.0</version> </dependency> <dependency> @@ -86,13 +86,13 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.4</version> + <version>3.5</version> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.4</version> + <version>2.5</version> </dependency> <dependency> @@ -104,7 +104,7 @@ <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> - <version>1.9.2</version> + <version>1.9.3</version> </dependency> <dependency> @@ -124,7 +124,7 @@ <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-csv</artifactId> - <version>3.0-rc-5</version> + <version>3.0-rc-6</version> </dependency> <!-- see http://stackoverflow.com/a/32918434/2038100 --> @@ -217,13 +217,13 @@ <dependency> <groupId>org.apache.struts.xwork</groupId> <artifactId>xwork-core</artifactId> - <version>2.3.24.1</version> + <version>2.3.31</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> - <version>3.0.22</version> + <version>3.0.24</version> <scope>compile</scope> </dependency> @@ -237,7 +237,7 @@ <plugin> <groupId>org.antlr</groupId> <artifactId>antlr4-maven-plugin</artifactId> - <version>4.5.2-1</version> + <version>4.6</version> </plugin> </plugins> </pluginManagement> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm