diff --git a/.kokoro/nightly/java11-integration.cfg b/.kokoro/nightly/java11-integration.cfg index 58049cc3..b152afec 100644 --- a/.kokoro/nightly/java11-integration.cfg +++ b/.kokoro/nightly/java11-integration.cfg @@ -13,12 +13,12 @@ env_vars: { # TODO: remove this after we've migrated all tests and scripts env_vars: { key: "GCLOUD_PROJECT" - value: "gcloud-devel" + value: "java-docs-samples-testing" } env_vars: { key: "GOOGLE_CLOUD_PROJECT" - value: "gcloud-devel" + value: "java-docs-samples-testing" } env_vars: { diff --git a/README.md b/README.md index b3a17460..54bdf195 100644 --- a/README.md +++ b/README.md @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-container' If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-container:2.3.4' +implementation 'com.google.cloud:google-cloud-container:2.3.5' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-container" % "2.3.4" +libraryDependencies += "com.google.cloud" % "google-cloud-container" % "2.3.5" ``` ## Authentication diff --git a/owlbot.py b/owlbot.py index 924a9053..06e88d6f 100644 --- a/owlbot.py +++ b/owlbot.py @@ -25,4 +25,5 @@ '.kokoro/presubmit/graalvm-native.cfg', '.kokoro/presubmit/integration.cfg', '.kokoro/nightly/integration.cfg', + '.kokoro/nightly/java11-integration.cfg' ])