diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index a9f68e9f3..60d0042a2 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-pubsublite.git", - "sha": "ed9d961aa7b79c18eb877a69203b042b0cebae86" + "sha": "7438bc8260d00f040d5026073fa0507115d0fce1" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "6abb59097be84599a1d6091fe534a49e5c5cf948" + "sha": "901ddd44e9ef7887ee681b9183bbdea99437fdcc" } } ] diff --git a/README.md b/README.md index f123a5992..48a2968a1 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,12 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-pubsublite - 0.4.1 + 0.5.0 com.google.cloud google-cloud-pubsub - 1.108.4 + 1.108.5 ```