From 6ce7950d4fe380c6f4f785660af80373c136352a Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 20:06:44 +0000 Subject: [PATCH 1/3] chore(main): release 0.122.14-SNAPSHOT (#688) :robot: I have created a release *beep* *boop* --- ### Updating meta-information for bleeding-edge SNAPSHOT release. --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- pom.xml | 2 +- samples/snapshot/pom.xml | 2 +- versions.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index de6fe577d..bf3f47fd1 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 google-cloud-logging-logback - 0.123.3-alpha + 0.123.4-alpha-SNAPSHOT jar Google Cloud Logging Logback Appender https://github.com/googleapis/java-logging-logback diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index f7f476c62..59dcc728a 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-logging-logback - 0.123.3-alpha + 0.123.4-alpha-SNAPSHOT diff --git a/versions.txt b/versions.txt index fe69c29c8..4932f5574 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-logging-logback:0.123.3-alpha:0.123.3-alpha +google-cloud-logging-logback:0.123.3-alpha:0.123.4-alpha-SNAPSHOT From e346f2198385d3f86f3770765f55a4bef742fdbf Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 14 Feb 2022 15:13:41 +0100 Subject: [PATCH 2/3] deps: update dependency com.google.cloud:google-cloud-logging to v3.6.3 (#691) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * deps: update dependency com.google.cloud:google-cloud-logging to v3.6.3 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot --- README.md | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 626c68ab7..b7bb18da1 100644 --- a/README.md +++ b/README.md @@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-logging-logback - 0.123.2-alpha + 0.123.3-alpha ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-logging-logback:0.123.2-alpha' +implementation 'com.google.cloud:google-cloud-logging-logback:0.123.3-alpha' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.123.2-alpha" +libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.123.3-alpha" ``` ## Authentication diff --git a/pom.xml b/pom.xml index bf3f47fd1..0db86b53e 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ 1.2.10 4.3 1.1.3 - 3.6.2 + 3.6.3 1.7.36 1.10.1 From c27879361ccf1bd0c8c20b8f71751f4e5fc011be Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 14 Feb 2022 14:18:47 +0000 Subject: [PATCH 3/3] chore(main): release 0.122.14 (#692) :robot: I have created a release *beep* *boop* --- ### [0.122.14](https://github.com/googleapis/java-logging-logback/compare/v0.122.13...v0.122.14) (2022-02-14) ### Dependencies * update dependency com.google.cloud:google-cloud-logging to v3.6.3 ([#691](https://github.com/googleapis/java-logging-logback/issues/691)) ([e346f21](https://github.com/googleapis/java-logging-logback/commit/e346f2198385d3f86f3770765f55a4bef742fdbf)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 7 +++++++ pom.xml | 2 +- samples/snapshot/pom.xml | 2 +- versions.txt | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82c3fc4dd..e891abd07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +### [0.122.14](https://github.com/googleapis/java-logging-logback/compare/v0.122.13...v0.122.14) (2022-02-14) + + +### Dependencies + +* update dependency com.google.cloud:google-cloud-logging to v3.6.3 ([#691](https://github.com/googleapis/java-logging-logback/issues/691)) ([e346f21](https://github.com/googleapis/java-logging-logback/commit/e346f2198385d3f86f3770765f55a4bef742fdbf)) + ### [0.122.13](https://github.com/googleapis/java-logging-logback/compare/v0.122.12...v0.122.13) (2022-02-11) diff --git a/pom.xml b/pom.xml index 0db86b53e..c1c3f0de6 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 google-cloud-logging-logback - 0.123.4-alpha-SNAPSHOT + 0.123.4-alpha jar Google Cloud Logging Logback Appender https://github.com/googleapis/java-logging-logback diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 59dcc728a..f856ee177 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-logging-logback - 0.123.4-alpha-SNAPSHOT + 0.123.4-alpha diff --git a/versions.txt b/versions.txt index 4932f5574..5bd93efcf 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-logging-logback:0.123.3-alpha:0.123.4-alpha-SNAPSHOT +google-cloud-logging-logback:0.123.4-alpha:0.123.4-alpha