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 a0b4089 update to jcr-mock 1.7.0, osgi-mock 3.5.4
a0b4089 is described below
commit a0b4089710643338079ab9c28669d0d33b6890b7
Author: Stefan Seifert <[email protected]>
AuthorDate: Tue Nov 18 09:35:51 2025 +0100
update to jcr-mock 1.7.0, osgi-mock 3.5.4
---
parent/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 7e6bf65..5e21596 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -52,17 +52,17 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.testing.osgi-mock.core</artifactId>
- <version>3.5.2</version>
+ <version>3.5.4</version>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.testing.osgi-mock.junit4</artifactId>
- <version>3.5.2</version>
+ <version>3.5.4</version>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.testing.jcr-mock</artifactId>
- <version>1.6.14</version>
+ <version>1.7.0</version>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>