This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git
commit c569a73a4b8b7f41b915acd97d1bb340976933c7 Author: Robert Munteanu <[email protected]> AuthorDate: Mon Sep 24 17:12:20 2018 +0200 SLING-7922 - Update to latest available releases for Sling 11 Updated test dependencies. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d21d89b..e1520c2 100644 --- a/pom.xml +++ b/pom.xml @@ -162,13 +162,13 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.5.4</version> + <version>4.5.6</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.utils</artifactId> - <version>1.10.4</version> + <version>1.11.0</version> <scope>test</scope> </dependency> </dependencies>
