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-org-apache-sling-servlets-post.git
commit c8b623f88ae9a2e087756172d6ad368a655b94f7 Author: Oliver Lietz <[email protected]> AuthorDate: Wed Dec 30 13:43:41 2020 +0100 SLING-10032 Update Commons Testing to 2.1.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 92c6a3f..ed237fa 100644 --- a/pom.xml +++ b/pom.xml @@ -184,7 +184,7 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.commons.testing</artifactId> - <version>2.0.10</version> + <version>2.1.2</version> <scope>test</scope> </dependency> <dependency>
