Skip to content

Commit

Permalink
Update dependency com.bugsnag:bugsnag to v3.7.1 (#654)
Browse files Browse the repository at this point in the history
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

<details>
<summary>bugsnag/bugsnag-java (com.bugsnag:bugsnag)</summary>

###
[`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
#&#8203;195](https://togithub.com/bugsnag/bugsnag-java/issues/195).
    [#&#8203;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))
    [#&#8203;197](https://togithub.com/bugsnag/bugsnag-java/pull/197)

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy43NC4zIiwidXBkYXRlZEluVmVyIjoiMzcuNzQuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
  • Loading branch information
slack-oss-bot authored Nov 29, 2023
1 parent 721d5ab commit 69f4220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 69f4220

Please sign in to comment.