This is an automated email from the ASF dual-hosted git repository. bdelacretaz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-adapter-annotations-it.git
commit af36655e49500d69602d5b6b05d34e87c1537d9b Author: Henry Kuijpers <[email protected]> AuthorDate: Mon Nov 2 19:46:00 2020 +0100 SLING-2938 - Use newer Apache Sling Testing Client for executing requests --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 218fd8d..960252f 100644 --- a/pom.xml +++ b/pom.xml @@ -206,7 +206,7 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.testing.clients</artifactId> - <version>2.0.3-SNAPSHOT</version><!-- Because of https://issues.apache.org/jira/browse/SLING-9750 --> + <version>2.0.6</version> <scope>test</scope> </dependency> <dependency>
