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
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump acra-http from 5.6.1 to 5.9.7
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>
  • Loading branch information
dependabot[bot] authored Nov 29, 2022
commit 2a29618a0872f8663de0b50553aec4dfab1d3c0b
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ dependencies {
implementation 'com.github.nisrulz:lantern:2.0.0'
implementation 'com.yqritc:recyclerview-flexibledivider:1.4.0'
implementation 'com.android.volley:volley:1.1.1'
implementation "ch.acra:acra-http:5.6.1"
implementation "ch.acra:acra-http:5.9.7"
implementation 'androidx.exifinterface:exifinterface:1.2.0'
implementation 'com.pierfrancescosoffritti.androidyoutubeplayer:core:10.0.5'
// Only for tests
Expand Down