diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index f788e3ab8..b9488663b 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": "31b35b14aab4844d58f9550a38262e99edde0ba0" + "sha": "45e357611b40d5e7dd33dab91ef1548b1c47bfd9" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "7db8a6c5ffb12a6e4c2f799c18f00f7f3d60e279" + "sha": "f94318521f63085b9ccb43d42af89f153fb39f15" } } ] diff --git a/README.md b/README.md index 219da4689..09060a916 100644 --- a/README.md +++ b/README.md @@ -20,17 +20,17 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-logging-logback - 0.118.5-alpha + 0.118.7-alpha ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-logging-logback:0.118.5-alpha' +compile 'com.google.cloud:google-cloud-logging-logback:0.118.7-alpha' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.118.5-alpha" +libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.118.7-alpha" ``` ## Authentication