Skip to content

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

java-notification/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.123.18](https://github.com/googleapis/java-notification/compare/v0.123.17...v0.123.18) (2022-10-06)
4+
5+
6+
### Dependencies
7+
8+
* Update dependency com.google.cloud:google-cloud-pubsub-bom to v1.120.20 ([#725](https://github.com/googleapis/java-notification/issues/725)) ([8bee33e](https://github.com/googleapis/java-notification/commit/8bee33e8bcc40bfe82d1eebee2c3b604164e69d0))
9+
* Update dependency com.google.cloud:google-cloud-storage to v2.13.0 ([#727](https://github.com/googleapis/java-notification/issues/727)) ([a2ad176](https://github.com/googleapis/java-notification/commit/a2ad1769b073c36f5df8bccda9d84b819abd9d71))
10+
* Update dependency gcp-releasetool to v1.8.10 ([#726](https://github.com/googleapis/java-notification/issues/726)) ([6f8edc7](https://github.com/googleapis/java-notification/commit/6f8edc7107fc15109d5ba16f5e537826f3d5cd02))
11+
312
## [0.123.17](https://github.com/googleapis/java-notification/compare/v0.123.16...v0.123.17) (2022-10-03)
413

514

java-notification/pom.xml

+1-1
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.18-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-notification:current} -->
7+
<version>0.123.18-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>

java-notification/samples/snapshot/pom.xml

+1-1
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.18-beta-SNAPSHOT</version>
31+
<version>0.123.18-beta</version>
3232
</dependency>
3333
<!-- {x-version-update-end} -->
3434

java-notification/versions.txt

+1-1
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.17-beta:0.123.18-beta-SNAPSHOT
4+
google-cloud-notification:0.123.18-beta:0.123.18-beta

0 commit comments

Comments
 (0)