From b59817000a71ee2871ba2cbc780c97cd64b65ea3 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Thu, 5 Oct 2023 09:50:32 -0400 Subject: [PATCH 1/4] build: removing unnecessary maven-compiler-plugin configuration The maven-compiler-plugin configuration is already defined in the shared config pom.xml. This project does not need to declare the plugin and its configuration. https://github.com/googleapis/java-shared-config/blob/778a547a09de71dbf9e5a42b155f12d15c319864/pom.xml#L738 --- google-cloud-pubsub/pom.xml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/google-cloud-pubsub/pom.xml b/google-cloud-pubsub/pom.xml index a46e1e622..e6b7e40b8 100644 --- a/google-cloud-pubsub/pom.xml +++ b/google-cloud-pubsub/pom.xml @@ -180,24 +180,6 @@ - - maven-compiler-plugin - 3.11.0 - - 1.8 - 1.8 - UTF-8 - -Xlint:unchecked - - - com.google.auto.value - auto-value - ${auto-value-annotation.version} - - - - - org.codehaus.mojo flatten-maven-plugin From 106c34f251a2675ef46139af194fdda73911d0dc Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Thu, 5 Oct 2023 10:02:03 -0400 Subject: [PATCH 2/4] EnableAutoValue.txt file --- EnableAutoValue.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 EnableAutoValue.txt diff --git a/EnableAutoValue.txt b/EnableAutoValue.txt new file mode 100644 index 000000000..e69de29bb From 87f9b577f7269063d01dcb8076759d9c4e64f3fc Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Thu, 5 Oct 2023 10:08:12 -0400 Subject: [PATCH 3/4] EnableAutoValue location --- EnableAutoValue.txt => google-cloud-pubsub/EnableAutoValue.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename EnableAutoValue.txt => google-cloud-pubsub/EnableAutoValue.txt (100%) diff --git a/EnableAutoValue.txt b/google-cloud-pubsub/EnableAutoValue.txt similarity index 100% rename from EnableAutoValue.txt rename to google-cloud-pubsub/EnableAutoValue.txt From 33a4b81d500962d36848d31ee3d31bf5c7ff98a7 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Thu, 5 Oct 2023 14:28:02 +0000 Subject: [PATCH 4/4] =?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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7bfeb8e0c..44052f52e 100644 --- a/README.md +++ b/README.md @@ -52,20 +52,20 @@ If you are using Maven without the BOM, add this to your dependencies: If you are using Gradle 5.x or later, add this to your dependencies: ```Groovy -implementation platform('com.google.cloud:libraries-bom:26.23.0') +implementation platform('com.google.cloud:libraries-bom:26.24.0') implementation 'com.google.cloud:google-cloud-pubsub' ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-pubsub:1.125.4' +implementation 'com.google.cloud:google-cloud-pubsub:1.125.5' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.125.4" +libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.125.5" ``` @@ -408,7 +408,7 @@ Java is a registered trademark of Oracle and/or its affiliates. [kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-pubsub/java11.html [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-pubsub.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsub/1.125.4 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsub/1.125.5 [authentication]: https://github.com/googleapis/google-cloud-java#authentication [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles