| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1fc8720 commit 8a48fd1
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -60,13 +60,13 @@ implementation 'com.google.cloud:google-cloud-bigquery' | |||
| 60 | 60 | If you are using Gradle without BOM, add this to your dependencies: | |
| 61 | 61 | ||
| 62 | 62 | ```Groovy | |
| 63 | - implementation 'com.google.cloud:google-cloud-bigquery:2.41.0' | ||
| 63 | + implementation 'com.google.cloud:google-cloud-bigquery:2.42.0' | ||
| 64 | 64 | ``` | |
| 65 | 65 | ||
| 66 | 66 | If you are using SBT, add this to your dependencies: | |
| 67 | 67 | ||
| 68 | 68 | ```Scala | |
| 69 | - libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.41.0" | ||
| 69 | + libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.42.0" | ||
| 70 | 70 | ``` | |
| 71 | 71 | <!-- {x-version-update-end} --> | |
| 72 | 72 | ||
@@ -352,7 +352,7 @@ Java is a registered trademark of Oracle and/or its affiliates. | |||
| 352 | 352 | [kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-bigquery/java11.html | |
| 353 | 353 | [stability-image]: https://img.shields.io/badge/stability-stable-green | |
| 354 | 354 | [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-bigquery.svg | |
| 355 | - [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigquery/2.41.0 | ||
| 355 | + [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigquery/2.42.0 | ||
| 356 | 356 | [authentication]: https://github.com/googleapis/google-cloud-java#authentication | |
| 357 | 357 | [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes | |
| 358 | 358 | [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -54,7 +54,7 @@ | |||
| 54 | 54 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> | |
| 55 | 55 | <github.global.server>github</github.global.server> | |
| 56 | 56 | <site.installationModule>google-cloud-bigquery-parent</site.installationModule> | |
| 57 | - <google-api-services-bigquery.version>v2-rev20240629-2.0.0</google-api-services-bigquery.version> | ||
| 57 | + <google-api-services-bigquery.version>v2-rev20240714-2.0.0</google-api-services-bigquery.version> | ||
| 58 | 58 | </properties> | |
| 59 | 59 | ||
| 60 | 60 | <dependencyManagement> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments