diff --git a/java-eventarc/README.md b/java-eventarc/README.md index 723271c1f868..5ab84b0e132b 100644 --- a/java-eventarc/README.md +++ b/java-eventarc/README.md @@ -19,7 +19,7 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-eventarc - 1.3.7 + 1.3.8 ``` @@ -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-eventarc:1.3.7' +implementation 'com.google.cloud:google-cloud-eventarc:1.3.8' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-eventarc" % "1.3.7" +libraryDependencies += "com.google.cloud" % "google-cloud-eventarc" % "1.3.8" ``` ## Authentication diff --git a/java-eventarc/samples/install-without-bom/pom.xml b/java-eventarc/samples/install-without-bom/pom.xml index 8715bffa6fb5..0d97f4f0fe7c 100644 --- a/java-eventarc/samples/install-without-bom/pom.xml +++ b/java-eventarc/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-eventarc - 1.3.7 + 1.3.8 diff --git a/java-eventarc/samples/snapshot/pom.xml b/java-eventarc/samples/snapshot/pom.xml index 786f74576575..753f023b9f5e 100644 --- a/java-eventarc/samples/snapshot/pom.xml +++ b/java-eventarc/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-eventarc - 1.3.7 + 1.3.8 diff --git a/java-eventarc/samples/snippets/pom.xml b/java-eventarc/samples/snippets/pom.xml index 553530efa095..7200d1d5d085 100644 --- a/java-eventarc/samples/snippets/pom.xml +++ b/java-eventarc/samples/snippets/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-eventarc - 1.3.7 + 1.3.8