Skip to content

Commit 5960b07

Browse files
chore: skip formatting generated samples (#1456) (#972)
Source-Link: googleapis/synthtool@625c20e Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:58ccd4737212f64a7dd4b3063d447447acf71a2b9d409eab19fc7a00b18eadc0 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent f24d2cd commit 5960b07

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
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:2567a120ce90fadb6201999b87d649d9f67459de28815ad239bce9ebfaa18a74
17-
# created: 2022-05-19T15:12:45.278246753Z
16+
digest: sha256:58ccd4737212f64a7dd4b3063d447447acf71a2b9d409eab19fc7a00b18eadc0
17+
# created: 2022-06-10T19:20:11.004014696Z

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,20 +51,20 @@ If you are using Maven without BOM, add this to your dependencies:
5151
If you are using Gradle 5.x or later, add this to your dependencies
5252

5353
```Groovy
54-
implementation platform('com.google.cloud:libraries-bom:25.3.0')
54+
implementation platform('com.google.cloud:libraries-bom:25.4.0')
5555
5656
implementation 'com.google.cloud:google-cloud-logging'
5757
```
5858
If you are using Gradle without BOM, add this to your dependencies
5959

6060
```Groovy
61-
implementation 'com.google.cloud:google-cloud-logging:3.8.0'
61+
implementation 'com.google.cloud:google-cloud-logging:3.9.0'
6262
```
6363

6464
If you are using SBT, add this to your dependencies
6565

6666
```Scala
67-
libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.8.0"
67+
libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.9.0"
6868
```
6969

7070
## Authentication

0 commit comments

Comments
 (0)