This is an automated email from the ASF dual-hosted git repository. sseifert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git
commit 82844bd3bbcdcdc7e118c9df03ca0d3c1030a75e Author: Stefan Seifert <[email protected]> AuthorDate: Thu Apr 29 17:46:44 2021 +0200 update resourceresolver dependency in profile --- core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/pom.xml b/core/pom.xml index 4abf909..fd2e111 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -312,7 +312,7 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.resourceresolver</artifactId> - <version>1.7.0</version> + <version>1.7.4</version> <scope>compile</scope> </dependency> <dependency>
