diff --git a/java-errorreporting/README.md b/java-errorreporting/README.md index e86944cc7653..d3b59e5232d3 100644 --- a/java-errorreporting/README.md +++ b/java-errorreporting/README.md @@ -63,7 +63,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-errorreporting - 0.123.1-beta + 0.123.2-beta ``` @@ -78,13 +78,13 @@ implementation 'com.google.cloud:google-cloud-errorreporting' If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-errorreporting:0.123.1-beta' +implementation 'com.google.cloud:google-cloud-errorreporting:0.123.2-beta' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-errorreporting" % "0.123.1-beta" +libraryDependencies += "com.google.cloud" % "google-cloud-errorreporting" % "0.123.2-beta" ``` ## Authentication diff --git a/java-errorreporting/samples/install-without-bom/pom.xml b/java-errorreporting/samples/install-without-bom/pom.xml index 02642266693a..6dc29f2527ac 100644 --- a/java-errorreporting/samples/install-without-bom/pom.xml +++ b/java-errorreporting/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-errorreporting - 0.123.1-beta + 0.123.2-beta