Skip to content

Commit c6df99f

Browse files
authored
fix: eliminate race condition in underlying auth library
1 parent 1d50e82 commit c6df99f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
<dependency>
200200
<groupId>com.google.auth</groupId>
201201
<artifactId>google-auth-library-oauth2-http</artifactId>
202-
<version>1.11.0</version>
202+
<version>1.12.1</version>
203203
</dependency>
204204

205205
<!-- com.google.cloud.sql.nativeimage.CloudSqlFeature needs the GraalVM

0 commit comments

Comments
 (0)