diff --git a/java-storage/gapic-google-cloud-storage-v2/pom.xml b/java-storage/gapic-google-cloud-storage-v2/pom.xml
index 5c7cf3ea9638..cbf57fdc9ed1 100644
--- a/java-storage/gapic-google-cloud-storage-v2/pom.xml
+++ b/java-storage/gapic-google-cloud-storage-v2/pom.xml
@@ -79,11 +79,33 @@
test
2.81.0-SNAPSHOT
-
+
+ org.junit.vintage
+ junit-vintage-engine
+ test
+
-
-
+
+
+ native
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+
+ org.junit.vintage
+ junit-vintage-engine
+ ${junit.version}
+
+
+
+
+
+
+
java9
[9,)
diff --git a/java-storage/google-cloud-storage-control/pom.xml b/java-storage/google-cloud-storage-control/pom.xml
index c5ebcea66ba6..6e774dccf481 100644
--- a/java-storage/google-cloud-storage-control/pom.xml
+++ b/java-storage/google-cloud-storage-control/pom.xml
@@ -96,9 +96,32 @@
google-http-client
test
+
+ org.junit.vintage
+ junit-vintage-engine
+ test
+
+
+ native
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+
+ org.junit.vintage
+ junit-vintage-engine
+ ${junit.version}
+
+
+
+
+
+
java9
diff --git a/java-storage/pom.xml b/java-storage/pom.xml
index f345c9ec211f..9263c2135070 100644
--- a/java-storage/pom.xml
+++ b/java-storage/pom.xml
@@ -56,6 +56,7 @@
github
google-cloud-storage-parent
3.31.0
+ 5.14.3
@@ -63,7 +64,7 @@
org.junit
junit-bom
- 5.14.3
+ ${junit.version}
pom
import