From a399647cbe533bd40a6c360e1f478088bc32efe3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 26 Jul 2022 22:04:13 +0000 Subject: [PATCH 1/2] deps: update dependency org.junit.vintage:junit-vintage-engine to v5.9.0 --- samples/native-image-sample/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/native-image-sample/pom.xml b/samples/native-image-sample/pom.xml index 510810a5..375f1b0e 100644 --- a/samples/native-image-sample/pom.xml +++ b/samples/native-image-sample/pom.xml @@ -83,7 +83,7 @@ org.junit.vintage junit-vintage-engine - 5.8.2 + 5.9.0 org.graalvm.buildtools From d9a653a56b93ba8b89529700c07b2b7433db910b Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 26 Jul 2022 22:06:45 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20po?= =?UTF-8?q?st-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4c900761..e4ca36e5 100644 --- a/README.md +++ b/README.md @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-tasks - 2.3.1 + 2.3.2 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-tasks:2.3.1' +implementation 'com.google.cloud:google-cloud-tasks:2.3.2' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "2.3.1" +libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "2.3.2" ``` ## Authentication