Skip to content

Commit

Permalink
Merge branch 'main' into mm-move-hints-into-indexing-job
Browse files Browse the repository at this point in the history
  • Loading branch information
marikomedlock committed Jul 26, 2023
2 parents 6693fe1 + 7bc376a commit 5514701
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ rootProject.name = 'tanagra'
include('service', 'client', 'indexer', 'underlay')

// This line needs to match the VERSION_LINE_MATCH regex in the bump-tag-publish GHA.
gradle.ext.tanagraVersion = "0.0.160-SNAPSHOT"
gradle.ext.tanagraVersion = "0.0.161-SNAPSHOT"

0 comments on commit 5514701

Please sign in to comment.