Skip to content

Commit

Permalink
Bump Google OAuth2 library version.
Browse files Browse the repository at this point in the history
  • Loading branch information
marikomedlock committed Jul 25, 2023
1 parent 8c8890f commit 7fdb277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dependencies {
implementation group: "com.google.cloud", name: "google-cloud-bigquery"
implementation group: "com.google.cloud", name: "google-cloud-storage"
implementation group: "com.google.guava", name: "guava"
implementation group: "com.google.apis", name: "google-api-services-oauth2", version: "v2-rev20200213-1.32.1"
implementation group: "com.google.apis", name: "google-api-services-oauth2", version: "v2-rev20200213-2.0.0"

// OpenApi/Swagger
implementation group: "com.fasterxml.jackson.dataformat", name: "jackson-dataformat-yaml", version: "2.11.2"
Expand Down

0 comments on commit 7fdb277

Please sign in to comment.