This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git
The following commit(s) were added to refs/heads/master by this push:
new abd2795 JUnit Jupiter migration from JUnit 4.x (#592)
abd2795 is described below
commit abd27953efbb2710f10c44c69cf5222f08074309
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Fri Nov 7 08:56:23 2025 +0100
JUnit Jupiter migration from JUnit 4.x (#592)
Co-authored-by: Moderne <[email protected]>
---
doxia-site-renderer/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doxia-site-renderer/pom.xml b/doxia-site-renderer/pom.xml
index b8a649d..43b3a6b 100644
--- a/doxia-site-renderer/pom.xml
+++ b/doxia-site-renderer/pom.xml
@@ -184,7 +184,7 @@ under the License.
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>4.6.0</version>
+ <version>4.11.0</version>
<scope>test</scope>
</dependency>
<dependency>