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

Commit bc777c7

Browse files
build: marking dependencies (8) non-required (#1472) (#332)
Co-authored-by: Anthonios Partheniou <[email protected]> Source-Link: googleapis/synthtool@72c64b7 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:b2e8f445ca0e605d4bbefbfdbdf7335692d75cf1647af62243828dcc0ea4e690
1 parent 4be67ff commit bc777c7

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:d4b80feffe1579818cdc39466152e9de95789a193408506cd4a1ffbe8804dc00
17-
# created: 2022-07-13T13:53:17.676447481Z
16+
digest: sha256:b2e8f445ca0e605d4bbefbfdbdf7335692d75cf1647af62243828dcc0ea4e690
17+
# created: 2022-07-14T21:08:10.768472192Z

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-workflow-executions</artifactId>
22-
<version>2.3.0</version>
22+
<version>2.3.1</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-workflow-executions:2.3.0'
29+
implementation 'com.google.cloud:google-cloud-workflow-executions:2.3.1'
3030
```
3131

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

3434
```Scala
35-
libraryDependencies += "com.google.cloud" % "google-cloud-workflow-executions" % "2.3.0"
35+
libraryDependencies += "com.google.cloud" % "google-cloud-workflow-executions" % "2.3.1"
3636
```
3737

3838
## Authentication

0 commit comments

Comments
 (0)