Skip to content

Commit 8cf1db1

Browse files
chore(main): release 1.49.0
1 parent b87cb92 commit 8cf1db1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

java-notification/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4545
<dependency>
4646
<groupId>com.google.cloud</groupId>
4747
<artifactId>google-cloud-notification</artifactId>
48-
<version>0.172.0-beta</version>
48+
<version>0.173.0-beta</version>
4949
</dependency>
5050
```
5151

5252
If you are using Gradle without BOM, add this to your dependencies:
5353

5454
```Groovy
55-
implementation 'com.google.cloud:google-cloud-notification:0.172.0-beta'
55+
implementation 'com.google.cloud:google-cloud-notification:0.173.0-beta'
5656
```
5757

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

6060
```Scala
61-
libraryDependencies += "com.google.cloud" % "google-cloud-notification" % "0.172.0-beta"
61+
libraryDependencies += "com.google.cloud" % "google-cloud-notification" % "0.173.0-beta"
6262
```
6363
<!-- {x-version-update-end} -->
6464

java-shopping-merchant-notifications/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4545
<dependency>
4646
<groupId>com.google.shopping</groupId>
4747
<artifactId>google-shopping-merchant-notifications</artifactId>
48-
<version>0.13.0</version>
48+
<version>0.14.0</version>
4949
</dependency>
5050
```
5151

5252
If you are using Gradle without BOM, add this to your dependencies:
5353

5454
```Groovy
55-
implementation 'com.google.shopping:google-shopping-merchant-notifications:0.13.0'
55+
implementation 'com.google.shopping:google-shopping-merchant-notifications:0.14.0'
5656
```
5757

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

6060
```Scala
61-
libraryDependencies += "com.google.shopping" % "google-shopping-merchant-notifications" % "0.13.0"
61+
libraryDependencies += "com.google.shopping" % "google-shopping-merchant-notifications" % "0.14.0"
6262
```
6363
<!-- {x-version-update-end} -->
6464

0 commit comments

Comments
 (0)