diff --git a/java-notebooks/README.md b/java-notebooks/README.md index 63bd91ff4ca9..ff12232459dc 100644 --- a/java-notebooks/README.md +++ b/java-notebooks/README.md @@ -19,7 +19,7 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-notebooks - 1.1.2 + 1.1.3 ``` @@ -27,13 +27,13 @@ If you are using Maven, add this to your pom.xml file: If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-notebooks:1.1.2' +implementation 'com.google.cloud:google-cloud-notebooks:1.1.3' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-notebooks" % "1.1.2" +libraryDependencies += "com.google.cloud" % "google-cloud-notebooks" % "1.1.3" ``` ## Authentication diff --git a/java-notebooks/samples/install-without-bom/pom.xml b/java-notebooks/samples/install-without-bom/pom.xml index 80ec009c8477..5945765fbe07 100644 --- a/java-notebooks/samples/install-without-bom/pom.xml +++ b/java-notebooks/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-notebooks - 1.1.2 + 1.1.3 diff --git a/java-notebooks/samples/snippets/pom.xml b/java-notebooks/samples/snippets/pom.xml index 25fba63927cd..6b83b70b5d07 100644 --- a/java-notebooks/samples/snippets/pom.xml +++ b/java-notebooks/samples/snippets/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-notebooks - 1.1.2 + 1.1.3