Skip to content

Commit f98ff3a

Browse files
chore(deps): bump io.sentry:sentry-kotlin-multiplatform from 0.12.0 to 0.13.0 (#809)
* chore(deps): bump io.sentry:sentry-kotlin-multiplatform Bumps [io.sentry:sentry-kotlin-multiplatform](https://github.com/getsentry/sentry-kotlin-multiplatform) from 0.12.0 to 0.13.0. - [Release notes](https://github.com/getsentry/sentry-kotlin-multiplatform/releases) - [Changelog](https://github.com/getsentry/sentry-kotlin-multiplatform/blob/main/CHANGELOG.md) - [Commits](getsentry/sentry-kotlin-multiplatform@0.12.0...0.13.0) --- updated-dependencies: - dependency-name: io.sentry:sentry-kotlin-multiplatform dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update sentry pod file --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Norbel Ambanumben <aanorbel@gmail.com>
1 parent 4e881ca commit f98ff3a

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

composeApp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ kotlin {
8282

8383
// See https://github.com/getsentry/sentry-kotlin-multiplatform?tab=readme-ov-file#cocoa-sdk-version-compatibility-table
8484
pod("Sentry") {
85-
version = "8.49.0"
85+
version = "8.49.1"
8686
linkOnly = true
8787
extraOpts += listOf("-compiler-option", "-fmodules")
8888
}

composeApp/composeApp.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
99
spec.vendored_frameworks = 'build/cocoapods/framework/composeApp.framework'
1010
spec.libraries = 'c++'
1111
spec.ios.deployment_target = '14.0'
12-
spec.dependency 'Sentry', '8.49.0'
12+
spec.dependency 'Sentry', '8.49.1'
1313

1414
if !Dir.exist?('build/cocoapods/framework/composeApp.framework') || Dir.empty?('build/cocoapods/framework/composeApp.framework')
1515
raise "

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ moko-permissions-compose = { module ="dev.icerock.moko:permissions-compose", ver
7676
moko-permissions-notifications = { module ="dev.icerock.moko:permissions-notifications", version.ref = "mokoPermissions" }
7777

7878
# Crash Reporting
79-
sentry = { module = "io.sentry:sentry-kotlin-multiplatform", version = "0.12.0" }
79+
sentry = { module = "io.sentry:sentry-kotlin-multiplatform", version = "0.13.0" }
8080

8181
# Markdown
8282
markdown = { module = "com.mikepenz:multiplatform-markdown-renderer-m3", version = "0.35.0" }

iosApp/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
PODS:
22
- composeApp (1.0.0):
3-
- Sentry (= 8.49.0)
3+
- Sentry (= 8.49.1)
44
- libcrypto (2025.06.13-092717)
55
- libevent (2025.06.13-092717)
66
- libssl (2025.06.13-092717)
77
- libtor (2025.06.13-092717)
88
- libz (2025.06.13-092717)
99
- oonimkall (2025.06.13-092717)
10-
- Sentry (8.49.0):
11-
- Sentry/Core (= 8.49.0)
12-
- Sentry/Core (8.49.0)
10+
- Sentry (8.49.1):
11+
- Sentry/Core (= 8.49.1)
12+
- Sentry/Core (8.49.1)
1313
- Siren (6.1.3)
1414
- sqlite3 (3.42.0):
1515
- sqlite3/common (= 3.42.0)
@@ -49,14 +49,14 @@ EXTERNAL SOURCES:
4949
:podspec: https://github.com/ooni/probe-cli/releases/download/v3.26.0/oonimkall.podspec
5050

5151
SPEC CHECKSUMS:
52-
composeApp: afe79a98424987d419f75377de870450189d7e16
52+
composeApp: df0d509be6739f950d99d5405bf33842df265987
5353
libcrypto: 3edd5907d554b58d5cbae144ba9b7694a9567eb5
5454
libevent: 01e5baf3c5e24cd5f3ceea95d998a47ffc2ba8e6
5555
libssl: 96a0d727ae59f586c5f024ca6a1fca9157b68216
5656
libtor: d9ef84dda99744a3daa1ac06d78f1a7f910e2011
5757
libz: 6fab771009d7e0d7149848a56259ef045c85617d
5858
oonimkall: 62737f11029c47d7b1b78a0c6a190734676f5e7a
59-
Sentry: 5eda2559a20fa0c377b695ed9d7c178a47122891
59+
Sentry: f85e0dc4b70846df15384e7412e52ba50783dfca
6060
Siren: c0f6012f61196b73455202db07730f6454a4beb0
6161
sqlite3: f163dbbb7aa3339ad8fc622782c2d9d7b72f7e9c
6262

0 commit comments

Comments
 (0)