diff --git a/java-resourcemanager/.github/readme/synth.metadata/synth.metadata b/java-resourcemanager/.github/readme/synth.metadata/synth.metadata index 3eb072d450e5..9b5f98e6ff1d 100644 --- a/java-resourcemanager/.github/readme/synth.metadata/synth.metadata +++ b/java-resourcemanager/.github/readme/synth.metadata/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-resourcemanager.git", - "sha": "ef8c486f9557873c9ec27b72f15c7e8f34a1dfde" + "sha": "265945b320dcf1284696a58d6c27e0a1f12d5069" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "39652e3948f455fd0b77535a0145eeec561a3706" + "sha": "09c59c20a4bf0daed1665af59035ff240fe356df" } } ] diff --git a/java-resourcemanager/README.md b/java-resourcemanager/README.md index 6f9b96c751a4..cc5e1941566a 100644 --- a/java-resourcemanager/README.md +++ b/java-resourcemanager/README.md @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file com.google.cloud libraries-bom - 20.7.0 + 20.8.0 pom import @@ -48,7 +48,7 @@ If you are using Maven without BOM, add this to your dependencies: If you are using Gradle 5.x or later, add this to your dependencies ```Groovy -implementation platform('com.google.cloud:libraries-bom:20.7.0') +implementation platform('com.google.cloud:libraries-bom:20.8.0') compile 'com.google.cloud:google-cloud-resourcemanager' ```