Skip to content

Commit

Permalink
Bump sentry-android from 6.22.0 to 7.17.0 (#113)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Martin Felber <[email protected]>
Co-authored-by: Martin Felber <[email protected]>
  • Loading branch information
3 people authored Nov 20, 2024
1 parent d8cb940 commit d89336f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ on:
pull_request:
workflow_dispatch:

permissions:
id-token: write
contents: read
checks: write

jobs:
end-to-end-tests:
name: E2E Tests
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ on:
pull_request:
workflow_dispatch:

permissions:
id-token: write
contents: read
checks: write

jobs:
jUnit:
name: JUnit Tests
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ mockk = "1.13.8"
ossLicensesPlugin = "0.10.6"
placeholderMaterial = "1.0.1"
room = "2.6.0"
sentry-android = "6.22.0"
sentry-android = "7.17.0"
work = "2.9.0"

# Used indirecly in the build config -> Do not remove without double checking.
Expand Down

0 comments on commit d89336f

Please sign in to comment.