| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a698eaf commit 19fe6ac
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-storage-nio.git", | |
| 7 | - "sha": "35f406ecd2ffd63836875de1dc24870592c9c3a7" | ||
| 7 | + "sha": "812a030928a1d8f5d02326120c94d739338ddff2" | ||
| 8 | 8 | } | |
| 9 | 9 | }, | |
| 10 | 10 | { | |
| 11 | 11 | "git": { | |
| 12 | 12 | "name": "synthtool", | |
| 13 | 13 | "remote": "https://github.com/googleapis/synthtool.git", | |
| 14 | - "sha": "811d20bc0b00c09773dfc74ac2baaf1286e943b7" | ||
| 14 | + "sha": "2430f8d90ed8a508e8422a3a7191e656d5a6bf53" | ||
| 15 | 15 | } | |
| 16 | 16 | } | |
| 17 | 17 | ] | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file | |||
| 20 | 20 | <dependency> | |
| 21 | 21 | <groupId>com.google.cloud</groupId> | |
| 22 | 22 | <artifactId>libraries-bom</artifactId> | |
| 23 | - <version>20.5.0</version> | ||
| 23 | + <version>20.6.0</version> | ||
| 24 | 24 | <type>pom</type> | |
| 25 | 25 | <scope>import</scope> | |
| 26 | 26 | </dependency> | |
@@ -49,7 +49,7 @@ If you are using Maven without BOM, add this to your dependencies: | |||
| 49 | 49 | ||
| 50 | 50 | If you are using Gradle 5.x or later, add this to your dependencies | |
| 51 | 51 | ```Groovy | |
| 52 | - implementation platform('com.google.cloud:libraries-bom:20.5.0') | ||
| 52 | + implementation platform('com.google.cloud:libraries-bom:20.6.0') | ||
| 53 | 53 | ||
| 54 | 54 | compile 'com.google.cloud:google-cloud-nio' | |
| 55 | 55 | ``` | |
| Back | FazBrowse Home | New Git URL |
0 commit comments