This is an automated email from the ASF dual-hosted git repository. olli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-parent.git
commit efe63a9d42efebe073aa0a23ea76a6732121ee11 Author: Oliver Lietz <[email protected]> AuthorDate: Tue Jan 16 13:55:14 2018 +0100 SLING-7384 Revise dependencies update slf4j --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 099b438..3c557d7 100644 --- a/pom.xml +++ b/pom.xml @@ -1144,7 +1144,7 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> - <version>1.7.6</version> + <version>1.7.25</version> <scope>provided</scope> </dependency> @@ -1191,7 +1191,7 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> - <version>1.7.6</version> + <version>1.7.25</version> <scope>test</scope> </dependency> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
