Skip to content

Commit ee11615

Browse files
committed
chore: ensure we use the current version of the auth library in the monorepo
1 parent a9198ee commit ee11615

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

sdk-platform-java/gapic-generator-java-bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
<dependency>
2626
<groupId>com.google.auth</groupId>
2727
<artifactId>google-auth-library-bom</artifactId>
28-
<version>${google.auth.version}</version>
28+
<version>1.43.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library:current} -->
2929
<type>pom</type>
3030
<scope>import</scope>
3131
</dependency>
3232
<dependency>
3333
<groupId>com.google.auth</groupId>
3434
<artifactId>google-auth-library-oauth2-http</artifactId>
35-
<version>${google.auth.version}</version>
35+
<version>1.43.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library:current} -->
3636
<type>test-jar</type>
3737
<classifier>testlib</classifier>
3838
<scope>test</scope>

sdk-platform-java/gapic-generator-java-pom-parent/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
consistent across modules in this repository -->
2828
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>
2929
<grpc.version>1.80.0</grpc.version>
30-
<google.auth.version>1.43.0</google.auth.version>
3130
<google.http-client.version>2.1.0</google.http-client.version>
3231
<gson.version>2.12.1</gson.version>
3332
<guava.version>33.5.0-jre</guava.version>

sdk-platform-java/gax-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>com.google.auth</groupId>
5757
<artifactId>google-auth-library-bom</artifactId>
58-
<version>${google.auth.version}</version>
58+
<version>1.43.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library:current} -->
5959
<type>pom</type>
6060
<scope>import</scope>
6161
</dependency>

0 commit comments

Comments
 (0)