Skip to content

Commit

Permalink
chore(main): release 1.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Dec 12, 2024
1 parent a87bafc commit cd36b0b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions java-notification/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-notification</artifactId>
<version>0.172.0-beta</version>
<version>0.173.0-beta</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-notification:0.172.0-beta'
implementation 'com.google.cloud:google-cloud-notification:0.173.0-beta'
```

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

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

Expand Down
6 changes: 3 additions & 3 deletions java-shopping-merchant-notifications/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.shopping</groupId>
<artifactId>google-shopping-merchant-notifications</artifactId>
<version>0.13.0</version>
<version>0.14.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.shopping:google-shopping-merchant-notifications:0.13.0'
implementation 'com.google.shopping:google-shopping-merchant-notifications:0.14.0'
```

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

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

Expand Down

0 comments on commit cd36b0b

Please sign in to comment.