Skip to content

Commit 230c2f5

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-sentry-native-ndk.sh to 0.13.1
1 parent 6c03ee9 commit 230c2f5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@
3232

3333
- Fix crash when unregistering `SystemEventsBroadcastReceiver` with try-catch block. ([#5106](https://github.com/getsentry/sentry-java/pull/5106))
3434

35+
### Dependencies
36+
37+
- Bump Native SDK from v0.12.7 to v0.13.1 ([#5104](https://github.com/getsentry/sentry-java/pull/5104))
38+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0131)
39+
- [diff](https://github.com/getsentry/sentry-native/compare/0.12.7...0.13.1)
40+
3541
## 8.33.0
3642

3743
### Features

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ quartz = { module = "org.quartz-scheduler:quartz", version = "2.3.0" }
151151
reactor-core = { module = "io.projectreactor:reactor-core", version = "3.5.3" }
152152
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
153153
retrofit-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
154-
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.12.7" }
154+
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.13.1" }
155155
servlet-api = { module = "javax.servlet:javax.servlet-api", version = "3.1.0" }
156156
servlet-jakarta-api = { module = "jakarta.servlet:jakarta.servlet-api", version = "6.1.0" }
157157
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }

0 commit comments

Comments
 (0)