Skip to content

Commit

Permalink
Bump sentry from 6.4.1 to 6.4.2 (#147)
Browse files Browse the repository at this point in the history
Bumps [sentry](https://github.com/getsentry/sentry-java) from 6.4.1 to 6.4.2.
- [Release notes](https://github.com/getsentry/sentry-java/releases)
- [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-java@6.4.1...6.4.2)

---
updated-dependencies:
- dependency-name: io.sentry:sentry
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

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 Sep 23, 2022
1 parent fc8df67 commit c52bc10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ version '1.10.0'
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
implementation 'commons-io:commons-io:2.11.0'
implementation 'io.sentry:sentry:6.4.1'
implementation 'io.sentry:sentry:6.4.2'
implementation "com.google.code.gson:gson:2.9.1"
}

Expand Down

0 comments on commit c52bc10

Please sign in to comment.