Skip to content

Commit

Permalink
chore(deps): bump acraVersion from 5.11.3 to 5.12.0
Browse files Browse the repository at this point in the history
Bumps `acraVersion` from 5.11.3 to 5.12.0.

Updates `ch.acra:acra-core` from 5.11.3 to 5.12.0
- [Release notes](https://github.com/ACRA/acra/releases)
- [Commits](ACRA/acra@acra-5.11.3...acra-5.12.0)

Updates `ch.acra:acra-dialog` from 5.11.3 to 5.12.0
- [Release notes](https://github.com/ACRA/acra/releases)
- [Commits](ACRA/acra@acra-5.11.3...acra-5.12.0)

Updates `ch.acra:acra-mail` from 5.11.3 to 5.12.0
- [Release notes](https://github.com/ACRA/acra/releases)
- [Commits](ACRA/acra@acra-5.11.3...acra-5.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 9, 2024
1 parent 6914cb0 commit ad7f6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ dependencies {
//color picker
implementation("net.mm2d.color-chooser:color-chooser:0.7.3")

val acraVersion = "5.11.3"
val acraVersion = "5.12.0"
implementation("ch.acra:acra-core:$acraVersion")
implementation("ch.acra:acra-dialog:$acraVersion")
implementation("ch.acra:acra-mail:$acraVersion")
Expand Down

0 comments on commit ad7f6de

Please sign in to comment.