Skip to content

Commit f8a5bb2

Browse files
chore(main): release 1.81.0
1 parent 7d5b1f8 commit f8a5bb2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

java-dns/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-dns</artifactId>
45-
<version>2.84.0</version>
45+
<version>2.85.0</version>
4646
</dependency>
4747
```
4848

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

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-dns:2.84.0'
52+
implementation 'com.google.cloud:google-cloud-dns:2.85.0'
5353
```
5454

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

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-dns" % "2.84.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-dns" % "2.85.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

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.135.0-alpha</version>
26+
<version>0.136.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.135.0-alpha'
33+
implementation 'com.google.cloud:google-cloud-logging-logback:0.136.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.135.0-alpha"
39+
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.136.0-alpha"
4040
```
4141
<!-- {x-version-update-end} -->
4242

0 commit comments

Comments
 (0)