From 69f42204306f4fe9cfa5d17f9988c2b4248f6517 Mon Sep 17 00:00:00 2001 From: OSS-Bot <93565511+slack-oss-bot@users.noreply.github.com> Date: Wed, 29 Nov 2023 10:40:46 -0800 Subject: [PATCH] Update dependency com.bugsnag:bugsnag to v3.7.1 (#654) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.bugsnag:bugsnag](https://bugsnag.com) ([source](https://togithub.com/bugsnag/bugsnag-java)) | dependencies | patch | `3.7.0` -> `3.7.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
bugsnag/bugsnag-java (com.bugsnag:bugsnag) ### [`v3.7.1`](https://togithub.com/bugsnag/bugsnag-java/blob/HEAD/CHANGELOG.md#371-2023-10-25) - Restore `BugsnagServletContainerInitializer` and `BugsnagServletRequestListener` to the `com.bugsnag.servlet` package. These classes are deprecated in favour of the new `com.bugsnag.servlet.javax.` package, but are also compatible (`c.b.s.BugsnagServletRequestListener extends c.b.s.javax.BugsnagServletRequestListener`). This fixes [issue #​195](https://togithub.com/bugsnag/bugsnag-java/issues/195). [#​199](https://togithub.com/bugsnag/bugsnag-java/pull/199) - Corrected JVM version requirements for Gradle projects (fixing [issue 196](https://togithub.com/bugsnag/bugsnag-java/issues/196)) [#​197](https://togithub.com/bugsnag/bugsnag-java/pull/197)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e93b96351..5f3b2d40f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -48,7 +48,7 @@ wire = { id = "com.squareup.wire", version.ref = "wire" } agp = { module = "com.android.tools.build:gradle", version.ref = "agp" } autoService-annotations = "com.google.auto.service:auto-service-annotations:1.1.1" autoService-ksp = "dev.zacsweers.autoservice:auto-service-ksp:1.1.0" -bugsnag = "com.bugsnag:bugsnag:3.7.0" +bugsnag = "com.bugsnag:bugsnag:3.7.1" commonsText = "org.apache.commons:commons-text:1.11.0" coroutines-bom = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-bom", version.ref = "coroutines" } coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core" }