This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cayenne.git
commit f4ed83afcbaa26815e41f8e1dba883abac821e83 Author: Andrus Adamchik <[email protected]> AuthorDate: Sat May 9 09:11:53 2026 -0400 Mockito upgrade for J25 compat --- CLAUDE.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 37c2c6b63..dbf31ce3e 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -105,7 +105,7 @@ Test naming: `*Test.java` = unit tests (Surefire), `*IT.java` = integration test ## CI Matrix GitHub Actions runs on push to master/STABLE-* branches: -- JDK: 11, 17, 21 (22 experimental) +- JDK: 21, 25 - Databases: hsql, h2, derby, mysql-tc, postgres-tc, sqlserver-tc ## Issue Tracker diff --git a/pom.xml b/pom.xml index 2aa439bcc..2883844eb 100644 --- a/pom.xml +++ b/pom.xml @@ -413,7 +413,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>4.11.0</version> + <version>5.23.0</version> <scope>test</scope> </dependency> <dependency>
