diff --git a/java-workflows/.github/.OwlBot.lock.yaml b/java-workflows/.github/.OwlBot.lock.yaml index 02560da925ce..afb21e42c1bd 100644 --- a/java-workflows/.github/.OwlBot.lock.yaml +++ b/java-workflows/.github/.OwlBot.lock.yaml @@ -1,3 +1,3 @@ docker: image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest - digest: sha256:8c50e7bab0ae5ad41ee29420b558542637104500f6256b8fe74282b0cf6144db + digest: sha256:52b5557b7155a80e6f1684c2376d5eef0df6d8d5c785551e1ff8cc000603b62a diff --git a/java-workflows/README.md b/java-workflows/README.md index a785b85a1acc..d37770e77ee5 100644 --- a/java-workflows/README.md +++ b/java-workflows/README.md @@ -27,13 +27,13 @@ If you are using Maven, add this to your pom.xml file: If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-workflows:2.1.1' +implementation 'com.google.cloud:google-cloud-workflows:2.1.2' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "2.1.1" +libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "2.1.2" ``` ## Authentication diff --git a/java-workflows/renovate.json b/java-workflows/renovate.json index b7f8e6c29f4d..f80cba00606c 100644 --- a/java-workflows/renovate.json +++ b/java-workflows/renovate.json @@ -70,8 +70,5 @@ } ], "semanticCommits": true, - "dependencyDashboard": true, - "dependencyDashboardLabels": [ - "type: process" - ] + "dependencyDashboard": true }