branch develop updated (0613f25 -> 0db0dde)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-csv. See http://git.nuiton.org/nuiton-csv.git from 0613f25 Merge branch 'feature/3798_new_export_API' into 'develop' new 220d999 Update junit 4.12 (Fixes #3808) new 5d79beb Update commons-collections4 to 4.1 (Fixes #3809) new 32dbfa7 Update commons-lang3 to 3.4 (Fixes #3810) new 0db0dde Update guava to 19.0 (Fixes #3807) The 4 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 0db0dde179cccc77fea6683e244220721c9fa2a8 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Dec 19 02:10:15 2015 +0100 Update guava to 19.0 (Fixes #3807) commit 32dbfa7ea2c1031dbf0306357a284c2d98008795 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Dec 19 02:08:40 2015 +0100 Update commons-lang3 to 3.4 (Fixes #3810) commit 5d79beb3ce04c6ba794889f587c9c2cd1f586633 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Dec 19 02:09:13 2015 +0100 Update commons-collections4 to 4.1 (Fixes #3809) commit 220d9995aa0407d0cb810f6e91dd6acc996313e9 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Dec 19 02:09:36 2015 +0100 Update junit 4.12 (Fixes #3808) Summary of changes: pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 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-csv. See http://git.nuiton.org/nuiton-csv.git commit 220d9995aa0407d0cb810f6e91dd6acc996313e9 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Dec 19 02:09:36 2015 +0100 Update junit 4.12 (Fixes #3808) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7f86d88..8e6500b 100644 --- a/pom.xml +++ b/pom.xml @@ -137,7 +137,7 @@ <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> - <version>4.11</version> + <version>4.12</version> </dependency> <dependency> -- 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-csv. See http://git.nuiton.org/nuiton-csv.git commit 5d79beb3ce04c6ba794889f587c9c2cd1f586633 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Dec 19 02:09:13 2015 +0100 Update commons-collections4 to 4.1 (Fixes #3809) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8e6500b..5c0ad9b 100644 --- a/pom.xml +++ b/pom.xml @@ -112,7 +112,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> - <version>4.0</version> + <version>4.1</version> </dependency> <dependency> -- 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-csv. See http://git.nuiton.org/nuiton-csv.git commit 32dbfa7ea2c1031dbf0306357a284c2d98008795 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Dec 19 02:08:40 2015 +0100 Update commons-lang3 to 3.4 (Fixes #3810) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5c0ad9b..1472af7 100644 --- a/pom.xml +++ b/pom.xml @@ -100,7 +100,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.3.2</version> + <version>3.4</version> </dependency> <dependency> -- 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-csv. See http://git.nuiton.org/nuiton-csv.git commit 0db0dde179cccc77fea6683e244220721c9fa2a8 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Dec 19 02:10:15 2015 +0100 Update guava to 19.0 (Fixes #3807) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1472af7..7681938 100644 --- a/pom.xml +++ b/pom.xml @@ -130,7 +130,7 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>17.0</version> + <version>19.0</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