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-jlink-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new a1e5970 JUnit Jupiter migration from JUnit 4.x
a1e5970 is described below
commit a1e597029d40e150f759abd848cf6f33a7d0f765
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Sun Nov 2 12:51:36 2025 +0000
JUnit Jupiter migration from JUnit 4.x
Use this link to re-run the recipe:
https://app.moderne.io/recipes/org.openrewrite.java.testing.junit5.JUnit4to5Migration?organizationId=QUxML09wZW4gU291cmNlL05ldGZsaXggKyBTcHJpbmcgKyBBcGFjaGUvQXBhY2hlL0FwYWNoZSBNYXZlbg%3D%3D
Co-authored-by: Moderne <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index de06511..8aa67e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -153,7 +153,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>4.2.0</version>
+ <version>4.11.0</version>
<scope>test</scope>
</dependency>
<dependency>