Skip to content

Commit

Permalink
fix: update google-auth-library-oauth2-http version to 1.17.0 (#2375)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamvduke authored Jun 9, 2023
1 parent 35da0d9 commit af9fded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ object Versions {
// https://github.com/googleapis/google-auth-library-java/releases
// NOTE: https://github.com/googleapis/google-oauth-java-client is End of Life and replaced by google-auth-library-java
// https://github.com/googleapis/google-oauth-java-client/issues/251#issuecomment-504565533
const val GOOGLE_AUTH = "1.8.0"
const val GOOGLE_AUTH = "1.17.0"

// https://search.maven.org/search?q=a:google-cloud-nio%20g:com.google.cloud
const val GOOGLE_NIO = "0.124.7"
Expand Down

0 comments on commit af9fded

Please sign in to comment.