Skip to content

Commit 7177414

Browse files
docs(owlbot-java): explaining why not using formatter in pom.xml (#1511) (#77)
Fixes #1502 Source-Link: googleapis/synthtool@26ea255 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:7a9a7eb50ca2af5bfffab3abd2f38d408735c990a74bacf9b7fde2af0a086a0b
1 parent e0cf410 commit 7177414

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

java-optimization/.github/.OwlBot.lock.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16-
digest: sha256:b2e8f445ca0e605d4bbefbfdbdf7335692d75cf1647af62243828dcc0ea4e690
17-
# created: 2022-07-14T21:08:10.768472192Z
16+
digest: sha256:7a9a7eb50ca2af5bfffab3abd2f38d408735c990a74bacf9b7fde2af0a086a0b
17+
# created: 2022-08-01T15:27:14.757266067Z

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.5</version>
22+
<version>1.1.6</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.5'
29+
implementation 'com.google.cloud:google-cloud-optimization:1.1.6'
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.5"
35+
libraryDependencies += "com.google.cloud" % "google-cloud-optimization" % "1.1.6"
3636
```
3737

3838
## Authentication

0 commit comments

Comments
 (0)