This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jtimer. See https://gitlab.nuiton.org/chorem/jtimer.git commit 677a32fc29832f736bcc12114a7b3cf82438958d Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Mar 2 16:46:28 2020 +0100 fixes #149: Update snakeyaml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 167579d..5d1abc9 100644 --- a/pom.xml +++ b/pom.xml @@ -198,7 +198,7 @@ <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> - <version>1.25</version> + <version>1.26</version> </dependency> <dependency> <groupId>com.google.code.gson</groupId> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.