From 7b7b2050d4b74a15225f6569439258e0e2516bdc Mon Sep 17 00:00:00 2001 From: diegomarquezp Date: Thu, 13 Mar 2025 16:04:33 +0000 Subject: [PATCH 1/2] remove native image properties file --- .../com.google.cloud/google-cloud-pubsub/native-image.properties | 1 - 1 file changed, 1 deletion(-) delete mode 100644 google-cloud-pubsub/src/test/resources/META-INF/native-image/com.google.cloud/google-cloud-pubsub/native-image.properties diff --git a/google-cloud-pubsub/src/test/resources/META-INF/native-image/com.google.cloud/google-cloud-pubsub/native-image.properties b/google-cloud-pubsub/src/test/resources/META-INF/native-image/com.google.cloud/google-cloud-pubsub/native-image.properties deleted file mode 100644 index b77dd433a..000000000 --- a/google-cloud-pubsub/src/test/resources/META-INF/native-image/com.google.cloud/google-cloud-pubsub/native-image.properties +++ /dev/null @@ -1 +0,0 @@ -Args=--initialize-at-build-time=org.junit.runners.model.FrameworkField \ No newline at end of file From 857cdfa86e5c070cb921881160c60d0ab2f6d684 Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Thu, 13 Mar 2025 16:08:24 +0000 Subject: [PATCH 2/2] chore: generate libraries at Thu Mar 13 16:06:49 UTC 2025 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9dd8fc95..b4c8a5bb0 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file: com.google.cloud libraries-bom - 26.55.0 + 26.56.0 pom import @@ -43,7 +43,7 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-pubsub - 1.137.0 + 1.137.1 ```