This is an automated email from the git hooks/post-receive script. New commit to branch feature/jdk11 in repository nuiton-utils. See https://gitlab.nuiton.org/nuiton/nuiton-utils.git commit de671495ba9370b1f32b8854869bf460805203fc Author: Arnaud Thimel <thimel@codelutin.com> Date: Fri Jan 3 18:04:20 2020 +0100 Upgrade dependencies : Guava 28.2 ; JUnit 4.13 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d0b7b3c..ffab262 100644 --- a/pom.xml +++ b/pom.xml @@ -191,7 +191,7 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>28.1-jre</version> + <version>28.2-jre</version> </dependency> <dependency> @@ -209,7 +209,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.12</version> + <version>4.13</version> <scope>test</scope> </dependency> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.