Skip to content

Commit

Permalink
chore(bazel): update protobuf to v3.21.7 (#128)
Browse files Browse the repository at this point in the history
- [ ] 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

feat: Add support for notebook tasks

PiperOrigin-RevId: 477935449

Source-Link: https://togithub.com/googleapis/googleapis/commit/9e3a1dd591e5a5ace521726f79a265eaab52843b

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/a5443ab48e30bdd608ae7ae1d6cf2fabc17b6dca
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTU0NDNhYjQ4ZTMwYmRkNjA4YWU3YWUxZDZjZjJmYWJjMTdiNmRjYSJ9
  • Loading branch information
gcf-owl-bot[bot] authored Oct 3, 2022
1 parent 0229288 commit 60a92b2
Show file tree
Hide file tree
Showing 82 changed files with 10,647 additions and 12,083 deletions.
6 changes: 3 additions & 3 deletions java-dataplex/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-dataplex</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-dataplex:1.1.2'
implementation 'com.google.cloud:google-cloud-dataplex:1.1.3'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-dataplex" % "1.1.2"
libraryDependencies += "com.google.cloud" % "google-cloud-dataplex" % "1.1.3"
```

## Authentication
Expand Down
Loading

0 comments on commit 60a92b2

Please sign in to comment.