Skip to content

Commit

Permalink
chore(main): release 1.15.2 (#1808)
Browse files Browse the repository at this point in the history
* chore(main): release 1.15.2

* chore: generate libraries at Wed Jan 29 04:10:01 UTC 2025

---------

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
  • Loading branch information
release-please[bot] and cloud-java-bot authored Jan 29, 2025
1 parent 269b566 commit 82069c0
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 25 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.15.2](https://github.com/googleapis/java-pubsublite/compare/v1.15.1...v1.15.2) (2025-01-29)


### Bug Fixes

* **deps:** Update the Java code generator (gapic-generator-java) to 2.52.0 ([f3c9c25](https://github.com/googleapis/java-pubsublite/commit/f3c9c2587ed7a11253300b0b7af0c24e375e7936))


### Dependencies

* Update dependency com.google.api.grpc:proto-google-cloud-pubsub-v1 to v1.118.1 ([#1805](https://github.com/googleapis/java-pubsublite/issues/1805)) ([d647e27](https://github.com/googleapis/java-pubsublite/commit/d647e2703fbfeb4b09cf064133ab8f9528fff3d1))
* Update dependency com.google.cloud:google-cloud-pubsub to v1.136.1 ([#1806](https://github.com/googleapis/java-pubsublite/issues/1806)) ([33dba21](https://github.com/googleapis/java-pubsublite/commit/33dba21eab337f620a0c9d1dee3f7ee63568b1f0))
* Update dependency com.google.cloud:sdk-platform-java-config to v3.42.0 ([#1803](https://github.com/googleapis/java-pubsublite/issues/1803)) ([6e11282](https://github.com/googleapis/java-pubsublite/commit/6e11282e7d429288110b6e0a798e94246ecfdf4b))
* Update googleapis/sdk-platform-java action to v2.52.0 ([#1802](https://github.com/googleapis/java-pubsublite/issues/1802)) ([e081025](https://github.com/googleapis/java-pubsublite/commit/e0810259cd5bdf15a3943dbd3dfc436761c7fb17))

## [1.15.1](https://github.com/googleapis/java-pubsublite/compare/v1.15.0...v1.15.1) (2025-01-11)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ If you are using Maven, add this to your pom.xml file:
If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-pubsublite:1.15.1'
implementation 'com.google.cloud:google-cloud-pubsublite:1.15.2'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-pubsublite" % "1.15.1"
libraryDependencies += "com.google.cloud" % "google-cloud-pubsublite" % "1.15.2"
```

## Authentication
Expand Down Expand Up @@ -481,7 +481,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-pubsublite/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-pubsublite.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsublite/1.15.1
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsublite/1.15.2
[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
Expand Down
8 changes: 4 additions & 4 deletions google-cloud-pubsublite-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pubsublite-bom</artifactId>
<version>1.15.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
<version>1.15.2</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
<packaging>pom</packaging>
<parent>
<groupId>com.google.cloud</groupId>
Expand Down Expand Up @@ -52,17 +52,17 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pubsublite</artifactId>
<version>1.15.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
<version>1.15.2</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-pubsublite-v1</artifactId>
<version>1.15.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-pubsublite-v1:current} -->
<version>1.15.2</version><!-- {x-version-update:grpc-google-cloud-pubsublite-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-pubsublite-v1</artifactId>
<version>1.15.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-pubsublite-v1:current} -->
<version>1.15.2</version><!-- {x-version-update:proto-google-cloud-pubsublite-v1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
8 changes: 4 additions & 4 deletions google-cloud-pubsublite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pubsublite-parent</artifactId>
<version>1.15.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
<version>1.15.2</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pubsublite</artifactId>
<version>1.15.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
<version>1.15.2</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
<packaging>jar</packaging>
<name>Google Cloud Pub/Sub Lite</name>
<url>https://github.com/googleapis/java-pubsublite</url>
Expand Down Expand Up @@ -48,12 +48,12 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-pubsublite-v1</artifactId>
<version>1.15.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
<version>1.15.2</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-pubsublite-v1</artifactId>
<version>1.15.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
<version>1.15.2</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
</dependency>
<dependency>
<groupId>com.google.flogger</groupId>
Expand Down
6 changes: 3 additions & 3 deletions grpc-google-cloud-pubsublite-v1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-pubsublite-v1</artifactId>
<version>1.15.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
<version>1.15.2</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
<name>grpc-google-cloud-pubsublite-v1</name>
<description>GRPC library for grpc-google-cloud-pubsublite-v1</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pubsublite-parent</artifactId>
<version>1.15.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
<version>1.15.2</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-pubsublite-v1</artifactId>
<version>1.15.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
<version>1.15.2</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
</dependency>
<dependency>
<groupId>io.grpc</groupId>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pubsublite-parent</artifactId>
<version>1.15.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
<version>1.15.2</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
<packaging>pom</packaging>
<name>Google Cloud Pub/Sub Lite Parent</name>
<url>https://github.com/googleapis/java-pubsublite</url>
Expand All @@ -25,17 +25,17 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-pubsublite-v1</artifactId>
<version>1.15.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
<version>1.15.2</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-pubsublite-v1</artifactId>
<version>1.15.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
<version>1.15.2</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pubsublite</artifactId>
<version>1.15.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
<version>1.15.2</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
</dependency>
<dependency>
<groupId>com.google.auto.service</groupId>
Expand Down
4 changes: 2 additions & 2 deletions proto-google-cloud-pubsublite-v1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-pubsublite-v1</artifactId>
<version>1.15.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
<version>1.15.2</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
<name>proto-google-cloud-pubsublite-v1</name>
<description>PROTO library for proto-google-cloud-pubsublite-v1</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pubsublite-parent</artifactId>
<version>1.15.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
<version>1.15.2</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pubsublite</artifactId>
<version>1.15.2-SNAPSHOT</version>
<version>1.15.2</version>
</dependency>
<!-- {x-version-update-end} -->
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions versions.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Format:
# module:released-version:current-version

google-cloud-pubsublite:1.15.1:1.15.2-SNAPSHOT
pubsublite-beam-io:0.34.1:0.34.2-SNAPSHOT
proto-google-cloud-pubsublite-v1:1.15.1:1.15.2-SNAPSHOT
grpc-google-cloud-pubsublite-v1:1.15.1:1.15.2-SNAPSHOT
google-cloud-pubsublite:1.15.2:1.15.2
pubsublite-beam-io:0.34.2:0.34.2
proto-google-cloud-pubsublite-v1:1.15.2:1.15.2
grpc-google-cloud-pubsublite-v1:1.15.2:1.15.2

0 comments on commit 82069c0

Please sign in to comment.