Skip to content

Commit 2ebffee

Browse files
chore(bazel): update protobuf to v3.21.7 (googleapis#123)
- [ ] 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 601160f commit 2ebffee

28 files changed

+4336
-6553
lines changed

java-optimization/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-optimization</artifactId>
22-
<version>1.1.11</version>
22+
<version>1.1.12</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-optimization:1.1.11'
29+
implementation 'com.google.cloud:google-cloud-optimization:1.1.12'
3030
```
3131

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

3434
```Scala
35-
libraryDependencies += "com.google.cloud" % "google-cloud-optimization" % "1.1.11"
35+
libraryDependencies += "com.google.cloud" % "google-cloud-optimization" % "1.1.12"
3636
```
3737

3838
## Authentication

0 commit comments

Comments
 (0)