Skip to content

Commit d89336f

Browse files
Bump sentry-android from 6.22.0 to 7.17.0 (#113)
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]>
1 parent d8cb940 commit d89336f

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.github/workflows/e2e-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ on:
88
pull_request:
99
workflow_dispatch:
1010

11+
permissions:
12+
id-token: write
13+
contents: read
14+
checks: write
15+
1116
jobs:
1217
end-to-end-tests:
1318
name: E2E Tests

.github/workflows/unit-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ on:
88
pull_request:
99
workflow_dispatch:
1010

11+
permissions:
12+
id-token: write
13+
contents: read
14+
checks: write
15+
1116
jobs:
1217
jUnit:
1318
name: JUnit Tests

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ mockk = "1.13.8"
3131
ossLicensesPlugin = "0.10.6"
3232
placeholderMaterial = "1.0.1"
3333
room = "2.6.0"
34-
sentry-android = "6.22.0"
34+
sentry-android = "7.17.0"
3535
work = "2.9.0"
3636

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

0 commit comments

Comments
 (0)