Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump acra-http from 5.6.1 to 5.9.7 #1225

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 29, 2022

Bumps acra-http from 5.6.1 to 5.9.7.

Release notes

Sourced from acra-http's releases.

ACRA 5.9.7

  • fixed gmail mail sending on android 13 (#1118)

ACRA 5.9.6

  • Fixed notification compatibility with Android 31-33 (TargetSdk 33) (#1084)

ACRA 5.9.5

  • Fixed notification default buttons (#1073)
  • Fixed dialog title (#1086)

ACRA 5.9.3

  • support R8 full mode (#1052)
  • support robolectric (#1053)

ACRA 5.9.1

Fix: Proguard configuration for ACRA 5.9 has been updated. (#1051)

ACRA 5.9.0

In addition to all changes from rc1 and rc2, this release opens the dialog class for extension (#1033)

ACRA 5.9.0-rc2

  • Do not collect Build.SERIAL (#972)
  • Fix runtime bugs from rc1
  • update dependencies

ACRA 5.9.0-rc1

  • Update dependencies
  • Improve logs of suppressed collector exceptions (#947)
  • Keep collector priorities in parallel run (#942)
  • Deprecate DEVICE_ID (#890)
  • Remove annotation configuration. This changed a few details about configuration in code as well, see examples below.

Configuration examples:

kotlin

        initAcra {
            attachmentUris = listOf("somefile")
            httpSender {
                uri = "http://example.com/report"
                basicAuthLogin = "login"
                basicAuthPassword = "password"
                httpMethod = HttpSender.Method.POST
                compress = true
            }
            dialog {
                text = getString(R.string.acra_dialog_text)
            }
        }

java

... (truncated)

Commits
  • 0e193ff apparently android doesn't want us to test content providers 🤷 lmk if t...
  • 13e841b apparently android doesn't want us to test content providers 🤷 lmk if t...
  • e312b20 downgrade android test runner
  • abb11bb fix dependency issues
  • b451374 chore(deps): update dependency com.android.tools.build:gradle to v7.3.1 (#1115)
  • c64c3f9 chore(deps): update dependency com.android.tools.build:gradle to v7.4.0-beta0...
  • 10217be chore(deps): update dependency androidx.test:runner to v1.5.1 (#1128)
  • 658c5bf chore(deps): update dependency gradle to v7.6 (#1129)
  • 820da9b Fall back to legacy sending in case selector fails. Introduce additional lega...
  • 39d0f73 chore(deps): update androidx-test to v1.5.0 (#1124)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [acra-http](https://github.com/ACRA/acra) from 5.6.1 to 5.9.7.
- [Release notes](https://github.com/ACRA/acra/releases)
- [Commits](ACRA/acra@acra-5.6.1...acra-5.9.7)

---
updated-dependencies:
- dependency-name: ch.acra:acra-http
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants