Skip to content

Commit

Permalink
chore(bazel): update protobuf to v3.21.7 (#231)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 477955264

Source-Link: https://github.com/googleapis/googleapis/commit/a724450af76d0001f23602684c49cd6a4b3a5654

Source-Link: https://github.com/googleapis/googleapis-gen/commit/4abcbcaec855e74a0b22a4988cf9e0eb61a83094
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGFiY2JjYWVjODU1ZTc0YTBiMjJhNDk4OGNmOWUwZWI2MWE4MzA5NCJ9
  • Loading branch information
gcf-owl-bot[bot] committed Oct 3, 2022
1 parent 3b59392 commit 9ec0356
Show file tree
Hide file tree
Showing 53 changed files with 3,693 additions and 5,827 deletions.
6 changes: 3 additions & 3 deletions java-network-security/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-network-security</artifactId>
<version>0.6.2</version>
<version>0.6.3</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-network-security:0.6.2'
implementation 'com.google.cloud:google-cloud-network-security:0.6.3'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-network-security" % "0.6.2"
libraryDependencies += "com.google.cloud" % "google-cloud-network-security" % "0.6.3"
```

## Authentication
Expand Down
Loading

0 comments on commit 9ec0356

Please sign in to comment.