Skip to content

Commit

Permalink
build(deps): bump eventBusVersion from 3.3.0 to 3.3.1 in /app (#4400)
Browse files Browse the repository at this point in the history
Bumps `eventBusVersion` from 3.3.0 to 3.3.1.

Updates `eventbus` from 3.3.0 to 3.3.1
- [Release notes](https://github.com/greenrobot/EventBus/releases)
- [Commits](greenrobot/EventBus@V3.3.0...V3.3.1)

Updates `eventbus-annotation-processor` from 3.3.0 to 3.3.1
- [Release notes](https://github.com/greenrobot/EventBus/releases)
- [Commits](greenrobot/EventBus@V3.3.0...V3.3.1)

---
updated-dependencies:
- dependency-name: org.greenrobot:eventbus
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.greenrobot:eventbus-annotation-processor
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2021
1 parent 07273dc commit 3e88072
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 @@ -107,7 +107,7 @@ dependencies {
implementation("org.greenrobot:greendao:${rootProject.extra["greendaoVersion"]}")

// Event bus and index
val eventBusVersion = "3.3.0"
val eventBusVersion = "3.3.1"
implementation("org.greenrobot:eventbus:$eventBusVersion")
kapt("org.greenrobot:eventbus-annotation-processor:$eventBusVersion")

Expand Down

0 comments on commit 3e88072

Please sign in to comment.