Skip to content

Commit c0b17fb

Browse files
dpebotlesv
authored andcommitted
Auto-update dependencies. (#907)
1 parent 476565a commit c0b17fb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

iap/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>com.google.auth</groupId>
5858
<artifactId>google-auth-library-oauth2-http</artifactId>
59-
<version>0.8.0</version>
59+
<version>0.9.0</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>com.nimbusds</groupId>

monitoring/cloud-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
<dependency>
4040
<groupId>com.google.auth</groupId>
4141
<artifactId>google-auth-library-credentials</artifactId>
42-
<version>0.8.0</version>
42+
<version>0.9.0</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>com.google.auth</groupId>
4646
<artifactId>google-auth-library-oauth2-http</artifactId>
47-
<version>0.8.0</version>
47+
<version>0.9.0</version>
4848
</dependency>
4949
</dependencies>
5050
</dependencyManagement>

vision/cloud-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.google.auth</groupId>
4747
<artifactId>google-auth-library-oauth2-http</artifactId>
48-
<version>0.8.0</version>
48+
<version>0.9.0</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>com.google.guava</groupId>

0 commit comments

Comments
 (0)