This is an automated email from the ASF dual-hosted git repository.

ostinru pushed a commit to branch gradle-8-14-4
in repository https://gitbox.apache.org/repos/asf/cloudberry-pxf.git

commit 1e658fbbe0a2268dd5c476c8b40dae8d52321224
Author: Nikolay Antonov <[email protected]>
AuthorDate: Thu Apr 23 11:26:52 2026 +0500

    bump mockito version to support Java 21
---
 server/build.gradle | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/server/build.gradle b/server/build.gradle
index f8675182..d3ab87ad 100644
--- a/server/build.gradle
+++ b/server/build.gradle
@@ -242,6 +242,15 @@ configure(javaProjects) {
                 exclude("org.junit.jupiter:junit-jupiter-api")
             }
 
+            // JAVA 21 support
+            dependencySet(group:"org.mockito", version:"4.11.0") {
+                entry("mockito-core")
+                entry("mockito-inline")
+            }
+            dependencySet(group:"net.bytebuddy", version:"1.14.19") {
+                entry("byte-buddy")
+                entry("byte-buddy-agent")
+            }
         }
     }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to