Skip to content

Commit

Permalink
chore(deps): bump io.sentry:sentry from 6.17.0 to 6.18.1 (#527)
Browse files Browse the repository at this point in the history
Bumps [io.sentry:sentry](https://github.com/getsentry/sentry-java) from 6.17.0 to 6.18.1.
- [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.17.0...6.18.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 5, 2023
1 parent 19c5f29 commit 363a742
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 @@ -32,7 +32,7 @@ repositories {

dependencies {
implementation "commons-io:commons-io:2.11.0"
implementation 'io.sentry:sentry:6.17.0'
implementation 'io.sentry:sentry:6.18.1'
testImplementation "junit:junit:4.13.2"
testImplementation "org.jetbrains.kotlin:kotlin-test:1.8.20"
testImplementation "org.mockito:mockito-core:5.+"
Expand Down

0 comments on commit 363a742

Please sign in to comment.