Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 68755bd

Browse files
chore(main): release 0.123.13 (#677)
🤖 I have created a release *beep* *boop* --- ## [0.123.13](v0.123.12...v0.123.13) (2022-09-20) ### Dependencies * Update dependency com.google.cloud:google-cloud-pubsub-bom to v1.120.16 ([#670](#670)) ([ac12a3f](ac12a3f)) * Update dependency com.google.cloud:google-cloud-storage to v2.12.0 ([#673](#673)) ([558d46c](558d46c)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 558d46c commit 68755bd

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.123.13](https://github.com/googleapis/java-notification/compare/v0.123.12...v0.123.13) (2022-09-20)
4+
5+
6+
### Dependencies
7+
8+
* Update dependency com.google.cloud:google-cloud-pubsub-bom to v1.120.16 ([#670](https://github.com/googleapis/java-notification/issues/670)) ([ac12a3f](https://github.com/googleapis/java-notification/commit/ac12a3fa5b97dccd1cd8cb6aa4c717c90b445415))
9+
* Update dependency com.google.cloud:google-cloud-storage to v2.12.0 ([#673](https://github.com/googleapis/java-notification/issues/673)) ([558d46c](https://github.com/googleapis/java-notification/commit/558d46c04ba9992ddf9ad5bd3443377bb58fa20f))
10+
311
## [0.123.12](https://github.com/googleapis/java-notification/compare/v0.123.11...v0.123.12) (2022-09-15)
412

513

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>google-cloud-notification</artifactId>
7-
<version>0.123.13-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-notification:current} -->
7+
<version>0.123.13-beta</version><!-- {x-version-update:google-cloud-notification:current} -->
88
<packaging>jar</packaging>
99
<name>Google Cloud Pub/Sub Notifications for GCS</name>
1010
<url>https://github.com/googleapis/java-notification</url>

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>google-cloud-notification</artifactId>
31-
<version>0.123.13-beta-SNAPSHOT</version>
31+
<version>0.123.13-beta</version>
3232
</dependency>
3333
<!-- {x-version-update-end} -->
3434

versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Format:
22
# module:released-version:current-version
33

4-
google-cloud-notification:0.123.12-beta:0.123.13-beta-SNAPSHOT
4+
google-cloud-notification:0.123.13-beta:0.123.13-beta

0 commit comments

Comments
 (0)