Remove java versions 9 and 10 from java_tools script.

RELNOTES: None.
PiperOrigin-RevId: 295697597
diff --git a/src/upload_all_java_tools.sh b/src/upload_all_java_tools.sh
index dbf859c..dad1d36 100755
--- a/src/upload_all_java_tools.sh
+++ b/src/upload_all_java_tools.sh
@@ -48,7 +48,7 @@
 
 # Passing the same commit_hash and timestamp to all targets to mark all the artifacts
 # uploaded on GCS with the same identifier.
-for java_version in 9 10 11 12; do
+for java_version in 11 12; do
 
     bazel build //src:java_tools_java${java_version}_zip
     zip_path=${PWD}/bazel-bin/src/java_tools_java${java_version}.zip