Skip to content

Commit

Permalink
Merge branch 'main' into renovate/appengine-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 committed Oct 18, 2023
2 parents af63baa + 0569296 commit 578db62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -285,7 +285,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.10</version>
<version>0.8.11</version>
<executions>
<execution>
<goals>
Expand Down
4 changes: 2 additions & 2 deletions samples/snippets/pom.xml
Expand Up @@ -43,14 +43,14 @@
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId>
<version>1.19.0</version>
<version>1.20.0</version>
</dependency>

<!-- IAM dependency-->
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-iam-admin</artifactId>
<version>3.19.0</version>
<version>3.23.0</version>
</dependency>

<!-- GCloud dependency-->
Expand Down

0 comments on commit 578db62

Please sign in to comment.