diff --git a/[refs] b/[refs]
index d231c29e5cc9..b10a0fcb0a5c 100644
--- a/[refs]
+++ b/[refs]
@@ -165,7 +165,7 @@ refs/tags/v0.78.0: 62d4bd30605ab3578f9a08d84487fb0b33ac2ff5
refs/tags/v0.79.0: 82287b570708748c411d05c40f3932cff9606feb
refs/tags/v0.80.0: f745e744d38e4fe636f34d0e04795ba3d014287d
refs/tags/v0.81.0: ed3a0c85339ea6b73560b9a570abfbb76b93a263
-refs/heads/autosynth-dataproc: 67668c1411169338374b050eae50ed650e318c54
+refs/heads/autosynth-dataproc: cda0b03316ae6213d51f045c940d8a634dbcbcf2
refs/heads/autosynth-securitycenter: b24087060036e623e57d2454ba5dabeaf1e530c5
refs/heads/autosynth-talent: 4ca901879f86aab61091cea52e8a9b653639df24
refs/tags/v0.82.0: 7b9807d5d0a400c757b8905fee768be4c85eba25
diff --git a/branches/autosynth-dataproc/.kokoro/build.sh b/branches/autosynth-dataproc/.kokoro/build.sh
index a3ce28669510..ae5755dbf435 100755
--- a/branches/autosynth-dataproc/.kokoro/build.sh
+++ b/branches/autosynth-dataproc/.kokoro/build.sh
@@ -54,14 +54,14 @@ fi
mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dgcloud.download.skip=true -B -V
# prepend Kokoro root directory onto GOOGLE_APPLICATION_CREDENTIALS path
-if [[ ! -z "$GOOGLE_APPLICATION_CREDENTIALS" ]]; then
+if [[ ! -z "${GOOGLE_APPLICATION_CREDENTIALS}" ]]; then
export GOOGLE_APPLICATION_CREDENTIALS=$(realpath ${KOKORO_ROOT}/src/${GOOGLE_APPLICATION_CREDENTIALS})
fi
-case $JOB_TYPE in
+case ${JOB_TYPE} in
test)
mvn test -B
- bash $KOKORO_GFILE_DIR/codecov.sh
+ bash ${KOKORO_GFILE_DIR}/codecov.sh
;;
lint)
mvn com.coveo:fmt-maven-plugin:check
diff --git a/branches/autosynth-dataproc/google-cloud-clients/pom.xml b/branches/autosynth-dataproc/google-cloud-clients/pom.xml
index 93ed413139a6..431dacd9bbae 100644
--- a/branches/autosynth-dataproc/google-cloud-clients/pom.xml
+++ b/branches/autosynth-dataproc/google-cloud-clients/pom.xml
@@ -663,37 +663,6 @@
-
- org.apache.maven.plugins
- maven-checkstyle-plugin
- 2.17
-
-
- com.puppycrawl.tools
- checkstyle
- 6.16
-
-
-
-
- checkstyle
- validate
-
- check
-
-
- java.header
- license-checks.xml
- true
- true
- error
- true
- true
- com/google/cloud/*/v*/**
-
-
-
-
org.apache.maven.plugins
maven-site-plugin
@@ -968,5 +937,48 @@
+
+
+
+ checkstyle-tests
+
+ [1.8,)
+
+
+
+
+ org.apache.maven.plugins
+ maven-checkstyle-plugin
+ 3.0.0
+
+
+ com.puppycrawl.tools
+ checkstyle
+ 8.19
+
+
+
+
+ checkstyle
+ validate
+
+ check
+
+
+ java.header
+ license-checks.xml
+ true
+ true
+ error
+ true
+ true
+ com/google/cloud/*/v*/**
+
+
+
+
+
+
+
diff --git a/branches/autosynth-dataproc/google-cloud-util/google-cloud-compat-checker/pom.xml b/branches/autosynth-dataproc/google-cloud-util/google-cloud-compat-checker/pom.xml
index 4ae3056b8d84..2c542024091e 100644
--- a/branches/autosynth-dataproc/google-cloud-util/google-cloud-compat-checker/pom.xml
+++ b/branches/autosynth-dataproc/google-cloud-util/google-cloud-compat-checker/pom.xml
@@ -95,7 +95,7 @@
org.apache.maven.plugins
maven-checkstyle-plugin
- 2.17
+ 3.0.0
checkstyle