diff --git a/java-billingbudgets/README.md b/java-billingbudgets/README.md index 1ac5d3e6540f..978fcf9385a0 100644 --- a/java-billingbudgets/README.md +++ b/java-billingbudgets/README.md @@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file: com.google.cloud libraries-bom - 26.0.0 + 26.1.0 pom import @@ -49,20 +49,20 @@ 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:26.0.0') +implementation platform('com.google.cloud:libraries-bom:26.1.0') implementation 'com.google.cloud:google-cloud-billingbudgets' ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-billingbudgets:2.3.0' +implementation 'com.google.cloud:google-cloud-billingbudgets:2.3.2' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-billingbudgets" % "2.3.0" +libraryDependencies += "com.google.cloud" % "google-cloud-billingbudgets" % "2.3.2" ``` ## Authentication diff --git a/java-billingbudgets/samples/snippets/pom.xml b/java-billingbudgets/samples/snippets/pom.xml index c98e7869708b..02133d914552 100644 --- a/java-billingbudgets/samples/snippets/pom.xml +++ b/java-billingbudgets/samples/snippets/pom.xml @@ -30,7 +30,7 @@ com.google.cloud libraries-bom - 26.0.0 + 26.1.0 pom import