This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-config. See https://gitlab.nuiton.org/nuiton/nuiton-config.git commit b7b5b381d6c4f1bf59dba7809b1f11827abce831 Author: Arnaud Thimel <thimel@codelutin.com> Date: Wed Sep 25 16:49:54 2019 +0200 Update libs : Guava 28.1 ; commons-lang3 3.9 ; commons-collections4 4.4 ; commons-beanutils 1.9.4 ; commons-configuration2 2.6 ; yamlbeans 1.13 --- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index e59d792..932c17c 100644 --- a/pom.xml +++ b/pom.xml @@ -151,13 +151,13 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>27.0.1-jre</version> + <version>28.1-jre</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.8.1</version> + <version>3.9</version> </dependency> <dependency> @@ -169,7 +169,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> - <version>4.2</version> + <version>4.4</version> </dependency> <dependency> @@ -181,13 +181,13 @@ <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> - <version>1.9.3</version> + <version>1.9.4</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-configuration2</artifactId> - <version>2.4</version> + <version>2.6</version> </dependency> <dependency> @@ -213,7 +213,7 @@ <dependency> <groupId>com.esotericsoftware.yamlbeans</groupId> <artifactId>yamlbeans</artifactId> - <version>1.12</version> + <version>1.13</version> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.