diff --git a/README.md b/README.md index 73bea33f..f47631f7 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-appengine-admin - 2.1.5 + 2.1.6 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-appengine-admin:2.1.5' +implementation 'com.google.cloud:google-cloud-appengine-admin:2.1.6' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-appengine-admin" % "2.1.5" +libraryDependencies += "com.google.cloud" % "google-cloud-appengine-admin" % "2.1.6" ``` ## Authentication diff --git a/samples/pom.xml b/samples/pom.xml index 9991ef6a..099b4fd9 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -46,7 +46,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.8 + 1.6.9 true