| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent eec2f7c commit e9682b2
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,14 +4,14 @@ | |||
| 4 | 4 | "git": { | |
| 5 | 5 | "name": ".", | |
| 6 | 6 | "remote": "https://github.com/googleapis/java-bigtable.git", | |
| 7 | - "sha": "7c2501e3ed90e7ecbb12321270bc2837c088a131" | ||
| 7 | + "sha": "04bc9e69f670b4b28e0bd84ba5d4a4074588b0ce" | ||
| 8 | 8 | } | |
| 9 | 9 | }, | |
| 10 | 10 | { | |
| 11 | 11 | "git": { | |
| 12 | 12 | "name": "synthtool", | |
| 13 | 13 | "remote": "https://github.com/googleapis/synthtool.git", | |
| 14 | - "sha": "79ab0b44a2cc7d803d07c107f9faf07729fc4012" | ||
| 14 | + "sha": "0199c79b8324fba66476300824aa931788c47e2d" | ||
| 15 | 15 | } | |
| 16 | 16 | } | |
| 17 | 17 | ] | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file | |||
| 17 | 17 | <dependency> | |
| 18 | 18 | <groupId>com.google.cloud</groupId> | |
| 19 | 19 | <artifactId>libraries-bom</artifactId> | |
| 20 | - <version>17.0.0</version> | ||
| 20 | + <version>18.0.0</version> | ||
| 21 | 21 | <type>pom</type> | |
| 22 | 22 | <scope>import</scope> | |
| 23 | 23 | </dependency> | |
@@ -45,7 +45,7 @@ If you are using Maven without BOM, add this to your dependencies: | |||
| 45 | 45 | ||
| 46 | 46 | If you are using Gradle 5.x or later, add this to your dependencies | |
| 47 | 47 | ```Groovy | |
| 48 | - implementation platform('com.google.cloud:libraries-bom:17.0.0') | ||
| 48 | + implementation platform('com.google.cloud:libraries-bom:18.0.0') | ||
| 49 | 49 | ||
| 50 | 50 | compile 'com.google.cloud:google-cloud-bigtable' | |
| 51 | 51 | ``` | |
| Back | FazBrowse Home | New Git URL |
0 commit comments