diff --git a/README.md b/README.md index 05de37dd..3fe043a4 100644 --- a/README.md +++ b/README.md @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-billing - 2.1.9 + 2.1.10 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-billing:2.1.9' +implementation 'com.google.cloud:google-cloud-billing:2.1.10' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-billing" % "2.1.9" +libraryDependencies += "com.google.cloud" % "google-cloud-billing" % "2.1.10" ``` ## Authentication diff --git a/pom.xml b/pom.xml index f457e207..48f2156d 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ com.google.cloud google-cloud-shared-dependencies - 2.8.0 + 2.9.0 pom import