This is an automated email from the ASF dual-hosted git repository.
jsedding pushed a commit to branch issues/SLING-11741
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-base.git
The following commit(s) were added to refs/heads/issues/SLING-11741 by this
push:
new d212468 SLING-12046 - Update org.apache.sling.jcr.base to parent pom
52
d212468 is described below
commit d2124685d3d54fbb553072aa66d242b6b94bbc20
Author: Julian Sedding <[email protected]>
AuthorDate: Tue Sep 26 22:04:05 2023 +0200
SLING-12046 - Update org.apache.sling.jcr.base to parent pom 52
---
pom.xml | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4cd3a56..237db2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.sling</groupId>
<artifactId>sling-bundle-parent</artifactId>
- <version>49</version>
+ <version>52</version>
<relativePath />
</parent>
@@ -146,20 +146,20 @@
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
- <artifactId>org.apache.sling.testing.osgi-mock</artifactId>
- <version>3.3.6</version>
+ <artifactId>org.apache.sling.testing.osgi-mock.junit4</artifactId>
+ <version>3.3.8</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
- <artifactId>org.apache.sling.testing.sling-mock</artifactId>
- <version>3.4.4</version>
+ <artifactId>org.apache.sling.testing.sling-mock.junit4</artifactId>
+ <version>3.4.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.testing.jcr-mock</artifactId>
- <version>1.6.6</version>
+ <version>1.6.10</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -170,8 +170,8 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
- <artifactId>mockito-all</artifactId>
- <version>1.9.5</version>
+ <artifactId>mockito-core</artifactId>
+ <version>5.4.0</version>
<scope>test</scope>
</dependency>
</dependencies>