This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-java.git
The following commit(s) were added to refs/heads/master by this push:
new 893ef11df Bump easymock 5.6.0 to support Java 25 (#3363)
893ef11df is described below
commit 893ef11df5f72320c2cff201b8b93bb0d33c2751
Author: Cheng Pan <[email protected]>
AuthorDate: Sat Dec 6 05:06:27 2025 +0800
Bump easymock 5.6.0 to support Java 25 (#3363)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index eb5e62948..1e2ae8531 100644
--- a/pom.xml
+++ b/pom.xml
@@ -166,7 +166,7 @@
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
- <version>5.5.0</version>
+ <version>5.6.0</version>
<scope>test</scope>
</dependency>
</dependencies>