From f7adf973e6a6acf67a2778201a1c241349d5d2c0 Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Fri, 17 Jul 2026 17:42:19 +0000 Subject: [PATCH] chore(deps): remove mockito-core version override in google-cloud-bigquerystorage Remove the Mockito version override to inherit the managed version (4.11.0) from the parent POM. This resolves JSpecify compatibility issues on Java 8. TAG=agy CONV=de3ef09d-a26c-4190-b578-4c993f807bdc --- java-bigquerystorage/google-cloud-bigquerystorage/pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/java-bigquerystorage/google-cloud-bigquerystorage/pom.xml b/java-bigquerystorage/google-cloud-bigquerystorage/pom.xml index 5d2607f2ac0e..fc48353c453b 100644 --- a/java-bigquerystorage/google-cloud-bigquerystorage/pom.xml +++ b/java-bigquerystorage/google-cloud-bigquerystorage/pom.xml @@ -238,7 +238,6 @@ org.mockito mockito-core - 3.12.4 test