diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index a41107d60..ecd96ccbd 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-logging-logback.git", - "sha": "9b3b7ddec45614ce0820e04fa42fcc8b4e478d67" + "sha": "038390680c80efefd77565bf2f01b7bbe5be5266" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "a3e990f3545dc8ccd384a75d20ce9cb185ca6a28" + "sha": "67f09bf301083798e7220137723222eb00b8f88a" } } ] diff --git a/README.md b/README.md index b96e15c51..bae68a369 100644 --- a/README.md +++ b/README.md @@ -20,18 +20,18 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-logging-logback - 0.119.0-alpha + 0.119.3-alpha ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-logging-logback:0.119.0-alpha' +compile 'com.google.cloud:google-cloud-logging-logback:0.119.3-alpha' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.119.0-alpha" +libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.119.3-alpha" ``` ## Authentication