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 2019/02/14 21:27:06 UTC

[sling-org-apache-sling-testing-sling-mock] branch master updated: update osgi-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-sling-mock.git


The following commit(s) were added to refs/heads/master by this push:
     new 5de2ac9  update osgi-mock dependency
5de2ac9 is described below

commit 5de2ac96c01cad39cfe57939101912084747f674
Author: sseifert <ss...@pro-vision.de>
AuthorDate: Thu Feb 14 22:11:27 2019 +0100

    update osgi-mock dependency
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 05838b3..ea50626 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -36,7 +36,7 @@
     
     <properties>
 
-        <osgi-mock.version>2.4.4</osgi-mock.version>
+        <osgi-mock.version>2.4.6</osgi-mock.version>
         <jcr-mock.version>1.4.2</jcr-mock.version>
         <resourceresolver-mock.version>1.1.22</resourceresolver-mock.version>
         <logging-mock.version>2.0.0</logging-mock.version>