From fa86906ba1500ad9bcbc2d9e504f3b938c16ff46 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 2 May 2024 20:07:51 +0200 Subject: [PATCH 1/6] chore(deps): update dependency com.google.errorprone:error_prone_annotations to v2.27.1 (#1343) Co-authored-by: Alice <65933803+alicejli@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0afc902d8..276ebf8fa 100644 --- a/pom.xml +++ b/pom.xml @@ -75,7 +75,7 @@ 2.0.26 3.0.2 false - 2.18.0 + 2.27.1 From 0bee20f7f73fdc0cc5a017bcbeaa7472875315d0 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 2 May 2024 20:17:50 +0200 Subject: [PATCH 2/6] chore(deps): update dependency com.google.cloud:libraries-bom to v26.38.0 (#1330) Co-authored-by: Alice <65933803+alicejli@users.noreply.github.com> --- samples/snippets/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 7deac0d44..a148926d4 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -30,7 +30,7 @@ com.google.cloud libraries-bom - 26.26.0 + 26.38.0 pom import From 4368b3f5f39b8ee9c7e030f28b7219ba0a52257d Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 2 May 2024 20:24:12 +0200 Subject: [PATCH 3/6] chore(deps): update dependency org.apache.maven.plugins:maven-gpg-plugin to v3.2.4 (#1380) Co-authored-by: Alice <65933803+alicejli@users.noreply.github.com> --- bom/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bom/pom.xml b/bom/pom.xml index cbeb3f4c1..46d81ffb2 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -122,7 +122,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.1.0 + 3.2.4 sign-artifacts diff --git a/pom.xml b/pom.xml index 276ebf8fa..d880a4315 100644 --- a/pom.xml +++ b/pom.xml @@ -407,7 +407,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.1.0 + 3.2.4 sign-artifacts From 14ffbd1029ed7cf6d541dc7b1d8217fd967c014d Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 2 May 2024 22:01:59 +0200 Subject: [PATCH 4/6] chore(deps): update dependency org.apache.maven.plugins:maven-source-plugin to v3.3.1 (#1388) Co-authored-by: Alice <65933803+alicejli@users.noreply.github.com> --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d880a4315..12bcf2dd9 100644 --- a/pom.xml +++ b/pom.xml @@ -163,7 +163,7 @@ org.apache.maven.plugins maven-source-plugin - 3.3.0 + 3.3.1 attach-sources @@ -381,7 +381,7 @@ org.apache.maven.plugins maven-source-plugin - 3.3.0 + 3.3.1 attach-sources From 1b4b62b9d8afb26bdef443bb9a1b81524610ec9b Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 2 May 2024 22:27:03 +0200 Subject: [PATCH 5/6] chore(deps): update dependency com.google.cloud:google-cloud-shared-config to v1.7.7 (#1389) Co-authored-by: Alice <65933803+alicejli@users.noreply.github.com> --- .kokoro/presubmit/graalvm-native-a.cfg | 2 +- .kokoro/presubmit/graalvm-native-b.cfg | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.kokoro/presubmit/graalvm-native-a.cfg b/.kokoro/presubmit/graalvm-native-a.cfg index c38e25b41..082c3035b 100644 --- a/.kokoro/presubmit/graalvm-native-a.cfg +++ b/.kokoro/presubmit/graalvm-native-a.cfg @@ -3,7 +3,7 @@ # Configure the docker image for kokoro-trampoline. env_vars: { key: "TRAMPOLINE_IMAGE" - value: "gcr.io/cloud-devrel-public-resources/graalvm_a:1.7.6" + value: "gcr.io/cloud-devrel-public-resources/graalvm_a:1.7.7" } env_vars: { diff --git a/.kokoro/presubmit/graalvm-native-b.cfg b/.kokoro/presubmit/graalvm-native-b.cfg index fc616c06e..75a3936cf 100644 --- a/.kokoro/presubmit/graalvm-native-b.cfg +++ b/.kokoro/presubmit/graalvm-native-b.cfg @@ -3,7 +3,7 @@ # Configure the docker image for kokoro-trampoline. env_vars: { key: "TRAMPOLINE_IMAGE" - value: "gcr.io/cloud-devrel-public-resources/graalvm_b:1.7.6" + value: "gcr.io/cloud-devrel-public-resources/graalvm_b:1.7.7" } env_vars: { diff --git a/pom.xml b/pom.xml index 12bcf2dd9..e3e9f3c71 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ com.google.cloud google-cloud-shared-config - 1.7.6 + 1.7.7 From f601f3a8ff9e5551de996df3a4652e4746644fd2 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 2 May 2024 22:40:25 +0200 Subject: [PATCH 6/6] chore(deps): update dependency org.jacoco:jacoco-maven-plugin to v0.8.12 (#1390) Co-authored-by: Alice <65933803+alicejli@users.noreply.github.com> --- oauth2_http/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/oauth2_http/pom.xml b/oauth2_http/pom.xml index caaebc6dd..c14201002 100644 --- a/oauth2_http/pom.xml +++ b/oauth2_http/pom.xml @@ -186,7 +186,7 @@ org.jacoco jacoco-maven-plugin - 0.8.11 + 0.8.12 jacoco-check diff --git a/pom.xml b/pom.xml index e3e9f3c71..bda619694 100644 --- a/pom.xml +++ b/pom.xml @@ -282,7 +282,7 @@ org.jacoco jacoco-maven-plugin - 0.8.11 + 0.8.12