Skip to content

Commit 6ecff4c

Browse files
chore(bazel): Update WORKSPACE files for rules_gapic, gax_java, generator_java versions (#786)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 472750037 Source-Link: googleapis/googleapis@88f2ea3 Source-Link: https://github.com/googleapis/googleapis-gen/commit/230a5588306aae18fe8f2a57f14d4039ad72c901 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjMwYTU1ODgzMDZhYWUxOGZlOGYyYTU3ZjE0ZDQwMzlhZDcyYzkwMSJ9
1 parent eb5e77a commit 6ecff4c

File tree

6 files changed

+392
-169
lines changed

6 files changed

+392
-169
lines changed

java-cloudbuild/README.md

Lines changed: 3 additions & 3 deletions
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-build</artifactId>
22-
<version>3.5.2</version>
22+
<version>3.5.3</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-build:3.5.2'
29+
implementation 'com.google.cloud:google-cloud-build:3.5.3'
3030
```
3131

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

3434
```Scala
35-
libraryDependencies += "com.google.cloud" % "google-cloud-build" % "3.5.2"
35+
libraryDependencies += "com.google.cloud" % "google-cloud-build" % "3.5.3"
3636
```
3737

3838
## Authentication

0 commit comments

Comments
 (0)