Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 07f0795

Browse files
chore: upgrade black in noxfile.py to 22.3.0 (#1377) (#172)
* chore: upgrade black to 22.3.0 * update lint also * run blacken session * ci: use click>8.0 for blacken/lint sessions * chore: fix typo Co-authored-by: nicain <[email protected]> * rebase error Co-authored-by: nicain <[email protected]> Source-Link: googleapis/synthtool@0dcf739 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:4a8d2d787ea374ba929e37c39c4b16d2498044e24ef123077125b946cac2dcdc
1 parent 01ee459 commit 07f0795

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16-
digest: sha256:b0b1c1c89570e229b1026372a2b8989ba31495007055b8d30178b7648503eefa
16+
digest: sha256:4a8d2d787ea374ba929e37c39c4b16d2498044e24ef123077125b946cac2dcdc
17+
# created: 2022-04-01T22:15:20.641398017Z

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-debugger-client</artifactId>
22-
<version>1.1.9</version>
22+
<version>1.1.10</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-debugger-client:1.1.9'
29+
implementation 'com.google.cloud:google-cloud-debugger-client:1.1.10'
3030
```
3131

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

3434
```Scala
35-
libraryDependencies += "com.google.cloud" % "google-cloud-debugger-client" % "1.1.9"
35+
libraryDependencies += "com.google.cloud" % "google-cloud-debugger-client" % "1.1.10"
3636
```
3737

3838
## Authentication

0 commit comments

Comments
 (0)