@@ -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-networkconnectivity</artifactId >
45- <version >1.80 .0</version >
45+ <version >1.81 .0</version >
4646</dependency >
4747```
4848
4949If you are using Gradle without BOM, add this to your dependencies:
5050
5151``` Groovy
52- implementation 'com.google.cloud:google-cloud-networkconnectivity:1.80 .0'
52+ implementation 'com.google.cloud:google-cloud-networkconnectivity:1.81 .0'
5353```
5454
5555If you are using SBT, add this to your dependencies:
5656
5757``` Scala
58- libraryDependencies += " com.google.cloud" % " google-cloud-networkconnectivity" % " 1.80 .0"
58+ libraryDependencies += " com.google.cloud" % " google-cloud-networkconnectivity" % " 1.81 .0"
5959```
6060
6161## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
175175[ javadocs ] : https://cloud.google.com/java/docs/reference/google-cloud-networkconnectivity/latest/overview
176176[ stability-image ] : https://img.shields.io/badge/stability-stable-green
177177[ maven-version-image ] : https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-networkconnectivity.svg
178- [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-networkconnectivity/1.80 .0
178+ [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-networkconnectivity/1.81 .0
179179[ authentication ] : https://github.com/googleapis/google-cloud-java#authentication
180180[ auth-scopes ] : https://developers.google.com/identity/protocols/oauth2/scopes
181181[ predefined-iam-roles ] : https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
0 commit comments