From 77c9534b20b3275af8ef076190be9e283fdda601 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Fri, 19 Jan 2024 19:34:35 +0000 Subject: [PATCH] chore: update java template license header year (#1917) * chore: update java template's license header year * update year in test files * remove unwanted file * compute license year dynamically Source-Link: https://github.com/googleapis/synthtool/commit/86b9411c1fe14dc51a4ca0277daddb2668abc4c5 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:673eb39211c6d7dc2f037806efe6138637cf9f43c129772981dc78d6f1b83bb9 --- .github/.OwlBot.lock.yaml | 6 +++--- README.md | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index f56920557..c9454709e 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.github/.OwlBot.lock.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 Google LLC +# Copyright 2024 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,5 +13,5 @@ # limitations under the License. docker: image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest - digest: sha256:81f75d962cd28b7ad10740a643b8069b8fa0357cb495b782eef8560bb7a8fd65 -# created: 2023-12-05T19:16:19.735195992Z + digest: sha256:673eb39211c6d7dc2f037806efe6138637cf9f43c129772981dc78d6f1b83bb9 +# created: 2024-01-19T19:30:54.980246646Z diff --git a/README.md b/README.md index e8765d4ad..7a51da7f5 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.29.0') +implementation platform('com.google.cloud:libraries-bom:26.30.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.13' +implementation 'com.google.cloud:google-cloud-pubsub:1.126.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.125.13" +libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.126.0" ``` @@ -409,7 +409,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.13 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsub/1.126.0 [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