This is an automated email from the ASF dual-hosted git repository. reschke pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/trunk by this push: new a1b8c85545 OAK-11908: Update Easymock dependency to 5.6.0 (#2506) a1b8c85545 is described below commit a1b8c855457ab8f6d4b9ce3fe6e5a3719f13abd4 Author: Julian Reschke <resc...@apache.org> AuthorDate: Thu Sep 11 22:07:19 2025 +0200 OAK-11908: Update Easymock dependency to 5.6.0 (#2506) --- oak-parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml index f7eb97994f..33940488c8 100644 --- a/oak-parent/pom.xml +++ b/oak-parent/pom.xml @@ -527,7 +527,7 @@ <dependency> <groupId>org.easymock</groupId> <artifactId>easymock</artifactId> - <version>5.5.0</version> + <version>5.6.0</version> </dependency> <dependency> <groupId>org.mockito</groupId>