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 ce3cd1d Sling 12144 Update JUnit and Mockito dependencies (#33)
ce3cd1d is described below
commit ce3cd1deef88ec4f1688d216a6facce3a454485a
Author: Rob McDougall <[email protected]>
AuthorDate: Thu Nov 16 10:46:49 2023 -0500
Sling 12144 Update JUnit and Mockito dependencies (#33)
Bump Mockito dependency to latest version (5.7.0)
Bump JUnit5 dependency to latest version (5.10.1)
---
junit5/pom.xml | 2 +-
parent/pom.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/junit5/pom.xml b/junit5/pom.xml
index 72479cf..37e6a79 100644
--- a/junit5/pom.xml
+++ b/junit5/pom.xml
@@ -89,7 +89,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
- <version>5.2.0</version>
+ <version>5.10.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
diff --git a/parent/pom.xml b/parent/pom.xml
index 446e6d3..aad7d5f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -274,12 +274,12 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>4.7.0</version>
+ <version>5.7.0</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
- <version>4.7.0</version>
+ <version>5.7.0</version>
</dependency>
</dependencies>