diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 0a7ffcc1..92cfc904 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-storage-nio.git", - "sha": "812a030928a1d8f5d02326120c94d739338ddff2" + "sha": "afba5a9f0e0ae218120b04d3dd976637f2843e81" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "2430f8d90ed8a508e8422a3a7191e656d5a6bf53" + "sha": "8f76a885deaaf2fe234daeba4a8cc4d1b3de8086" } } ] diff --git a/README.md b/README.md index 2e486c92..4a7128be 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-nio - 0.123.1 + 0.123.2 ``` @@ -55,12 +55,12 @@ compile 'com.google.cloud:google-cloud-nio' ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-nio:0.123.1' +compile 'com.google.cloud:google-cloud-nio:0.123.2' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-nio" % "0.123.1" +libraryDependencies += "com.google.cloud" % "google-cloud-nio" % "0.123.2" ``` ## Authentication