branch develop updated (0c3611a -> f6605d1)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-utils. See https://gitlab.nuiton.org/nuiton/nuiton-utils.git from 0c3611a Setup Sonar new f6605d1 Update libs : commons-lang3 3.9 ; commons-collections4 4.4 ; commons-beanutils 1.9.4 ; commons-io 2.6 ; nuiton-i18n 3.7 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 f6605d108b863f4624b2a5461470021d6a8615dd Author: Arnaud Thimel <thimel@codelutin.com> Date: Wed Sep 25 17:02:01 2019 +0200 Update libs : commons-lang3 3.9 ; commons-collections4 4.4 ; commons-beanutils 1.9.4 ; commons-io 2.6 ; nuiton-i18n 3.7 Summary of changes: pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 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 nuiton-utils. See https://gitlab.nuiton.org/nuiton/nuiton-utils.git commit f6605d108b863f4624b2a5461470021d6a8615dd Author: Arnaud Thimel <thimel@codelutin.com> Date: Wed Sep 25 17:02:01 2019 +0200 Update libs : commons-lang3 3.9 ; commons-collections4 4.4 ; commons-beanutils 1.9.4 ; commons-io 2.6 ; nuiton-i18n 3.7 --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 7075a63..c841305 100644 --- a/pom.xml +++ b/pom.xml @@ -138,7 +138,7 @@ <signatureArtifactId>java18</signatureArtifactId> <signatureVersion>1.0</signatureVersion> - <nuitonI18nVersion>3.6.3</nuitonI18nVersion> + <nuitonI18nVersion>3.7</nuitonI18nVersion> <!-- i18n configuration --> <i18n.bundles>fr_FR,en_GB,es_ES</i18n.bundles> @@ -155,7 +155,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.6</version> + <version>3.9</version> </dependency> <dependency> @@ -173,19 +173,19 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> - <version>4.1</version> + <version>4.4</version> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.5</version> + <version>2.6</version> </dependency> <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> - <version>1.9.3</version> + <version>1.9.4</version> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm