File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
proto-google-cloud-pubsub-v1/src/main/proto/google/pubsub/v1 Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -59,13 +59,13 @@ implementation 'com.google.cloud:google-cloud-pubsub'
59
59
If you are using Gradle without BOM, add this to your dependencies:
60
60
61
61
``` Groovy
62
- implementation 'com.google.cloud:google-cloud-pubsub:1.129.2 '
62
+ implementation 'com.google.cloud:google-cloud-pubsub:1.129.3 '
63
63
```
64
64
65
65
If you are using SBT, add this to your dependencies:
66
66
67
67
``` Scala
68
- libraryDependencies += " com.google.cloud" % " google-cloud-pubsub" % " 1.129.2 "
68
+ libraryDependencies += " com.google.cloud" % " google-cloud-pubsub" % " 1.129.3 "
69
69
```
70
70
<!-- {x-version-update-end} -->
71
71
@@ -411,7 +411,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
411
411
[ kokoro-badge-link-5 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/java-pubsub/java11.html
412
412
[ stability-image ] : https://img.shields.io/badge/stability-stable-green
413
413
[ maven-version-image ] : https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-pubsub.svg
414
- [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsub/1.129.2
414
+ [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsub/1.129.3
415
415
[ authentication ] : https://github.com/googleapis/google-cloud-java#authentication
416
416
[ auth-scopes ] : https://developers.google.com/identity/protocols/oauth2/scopes
417
417
[ predefined-iam-roles ] : https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Original file line number Diff line number Diff line change 1
- // Copyright 2023 Google LLC
1
+ // Copyright 2024 Google LLC
2
2
//
3
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
4
// you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- // Copyright 2023 Google LLC
1
+ // Copyright 2024 Google LLC
2
2
//
3
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
4
// you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments