Skip to content

Commit

Permalink
chore: regenerate workflowexecutions client (#18044)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Sep 9, 2023
1 parent 453e555 commit 31bee4e
Show file tree
Hide file tree
Showing 6 changed files with 689 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-workflowexecutions</artifactId>
<version>v1-rev20230719-2.0.0</version>
<version>v1-rev20230829-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-workflowexecutions:v1-rev20230719-2.0.0'
implementation 'com.google.apis:google-api-services-workflowexecutions:v1-rev20230829-2.0.0'
}
```

Expand Down
Loading

0 comments on commit 31bee4e

Please sign in to comment.