Skip to content

Commit c6ccb71

Browse files
chore(bazel): update protobuf to v3.21.7 (googleapis#219)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 477955264 Source-Link: https://togithub.com/googleapis/googleapis/commit/a724450af76d0001f23602684c49cd6a4b3a5654 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/4abcbcaec855e74a0b22a4988cf9e0eb61a83094 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGFiY2JjYWVjODU1ZTc0YTBiMjJhNDk4OGNmOWUwZWI2MWE4MzA5NCJ9
1 parent e6bf0f8 commit c6ccb71

File tree

3 files changed

+2723
-4222
lines changed

3 files changed

+2723
-4222
lines changed

java-storage-transfer/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>google-cloud-storage-transfer</artifactId>
22-
<version>1.3.0</version>
22+
<version>1.3.1</version>
2323
</dependency>
2424
```
2525

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

2828
```Groovy
29-
implementation 'com.google.cloud:google-cloud-storage-transfer:1.3.0'
29+
implementation 'com.google.cloud:google-cloud-storage-transfer:1.3.1'
3030
```
3131

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

3434
```Scala
35-
libraryDependencies += "com.google.cloud" % "google-cloud-storage-transfer" % "1.3.0"
35+
libraryDependencies += "com.google.cloud" % "google-cloud-storage-transfer" % "1.3.1"
3636
```
3737

3838
## Authentication

0 commit comments

Comments
 (0)