You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2021/09/05 15:50:31 UTC

[sling-org-apache-sling-testing-caconfig-mock-plugin] 02/02: update sling-mock dependency

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-caconfig-mock-plugin.git

commit f9edfe7622843ef9940c716c17e0dbeb775bab4f
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Sun Sep 5 17:49:52 2021 +0200

    update sling-mock dependency
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 690d2c1..d18c2cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,14 +91,14 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.sling-mock.core</artifactId>
-            <version>3.0.3-SNAPSHOT</version>
+            <version>3.1.0</version>
             <scope>compile</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.sling-mock.junit4</artifactId>
-            <version>3.0.3-SNAPSHOT</version>
+            <version>3.1.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>