diff --git a/.github/blunderbuss.yml b/.github/blunderbuss.yml index f0aed6810..07df945a0 100644 --- a/.github/blunderbuss.yml +++ b/.github/blunderbuss.yml @@ -1,9 +1,9 @@ # Configuration for the Blunderbuss GitHub app. For more info see # https://github.com/googleapis/repo-automation-bots/tree/main/packages/blunderbuss assign_issues: - - simonz130 + - googleapis/api-logging-reviewers assign_prs: - - simonz130 + - googleapis/api-logging-reviewers assign_prs_by: - labels: - samples diff --git a/CHANGELOG.md b/CHANGELOG.md index d4750c503..94e3af82a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## [0.126.13](https://github.com/googleapis/java-logging-logback/compare/v0.126.12...v0.126.13) (2022-10-13) + + +### Dependencies + +* Update dependency com.google.cloud:google-cloud-logging to v3.11.7 ([#878](https://github.com/googleapis/java-logging-logback/issues/878)) ([da0ecd3](https://github.com/googleapis/java-logging-logback/commit/da0ecd3ba028631ded93353b757e2ab048ece5f3)) + ## [0.126.12](https://github.com/googleapis/java-logging-logback/compare/v0.126.11...v0.126.12) (2022-10-07) diff --git a/README.md b/README.md index 2756e345e..5705c3fec 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.127.11-alpha + 0.127.12-alpha ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-logging-logback:0.127.11-alpha' +implementation 'com.google.cloud:google-cloud-logging-logback:0.127.12-alpha' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.127.11-alpha" +libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.127.12-alpha" ``` ## Authentication diff --git a/pom.xml b/pom.xml index a66eafdab..ff4cb132b 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 google-cloud-logging-logback - 0.127.12-alpha + 0.127.13-alpha jar Google Cloud Logging Logback Appender https://github.com/googleapis/java-logging-logback @@ -17,7 +17,7 @@ 1.2.11 4.3 1.1.3 - 3.11.6 + 3.11.7 1.7.36 1.10.1 diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 41a32438f..4be80bf84 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-logging-logback - 0.127.11-alpha + 0.127.12-alpha diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 9b404bc29..3c41cccda 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-logging-logback - 0.127.12-alpha + 0.127.13-alpha diff --git a/versions.txt b/versions.txt index 95b912e5e..2b7b83582 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-logging-logback:0.127.12-alpha:0.127.12-alpha +google-cloud-logging-logback:0.127.13-alpha:0.127.13-alpha