Skip to content

Commit 36a01d5

Browse files
chore(main): release 1.87.0
1 parent 9d35f85 commit 36a01d5

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

java-logging-logback/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@ If you are using Maven, add this to your pom.xml file:
2323
<dependency>
2424
<groupId>com.google.cloud</groupId>
2525
<artifactId>google-cloud-logging-logback</artifactId>
26-
<version>0.141.0-alpha</version>
26+
<version>0.142.0-alpha</version>
2727
</dependency>
2828
```
2929

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

3232
```Groovy
33-
implementation 'com.google.cloud:google-cloud-logging-logback:0.141.0-alpha'
33+
implementation 'com.google.cloud:google-cloud-logging-logback:0.142.0-alpha'
3434
```
3535

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

3838
```Scala
39-
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.141.0-alpha"
39+
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.142.0-alpha"
4040
```
4141
<!-- {x-version-update-end} -->
4242

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.210.0-beta</version>
48+
<version>0.211.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.210.0-beta'
55+
implementation 'com.google.cloud:google-cloud-notification:0.211.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.210.0-beta"
61+
libraryDependencies += "com.google.cloud" % "google-cloud-notification" % "0.211.0-beta"
6262
```
6363
<!-- {x-version-update-end} -->
6464

java-spanner-jdbc/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you are using Maven, add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>google-cloud-spanner-jdbc</artifactId>
23-
<version>2.39.0</version>
23+
<version>2.40.0</version>
2424
</dependency>
2525
```
2626
<!--- {x-version-update-end} -->
@@ -30,15 +30,15 @@ If you are using Gradle without BOM, add this to your dependencies
3030

3131
<!--- {x-version-update-start:google-cloud-spanner-jdbc:released} -->
3232
```Groovy
33-
implementation 'com.google.cloud:google-cloud-spanner-jdbc:2.39.0'
33+
implementation 'com.google.cloud:google-cloud-spanner-jdbc:2.40.0'
3434
```
3535
<!--- {x-version-update-end} -->
3636

3737
If you are using SBT, add this to your dependencies
3838

3939
<!--- {x-version-update-start:google-cloud-spanner-jdbc:released} -->
4040
```Scala
41-
libraryDependencies += "com.google.cloud" % "google-cloud-spanner-jdbc" % "2.39.0"
41+
libraryDependencies += "com.google.cloud" % "google-cloud-spanner-jdbc" % "2.40.0"
4242
```
4343
<!--- {x-version-update-end} -->
4444

0 commit comments

Comments
 (0)