Skip to content

Commit ffad6d9

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-sentry-native-ndk.sh to 0.10.0
1 parent e2b7f44 commit ffad6d9

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
@@ -29,6 +29,12 @@
2929
- Do not report cached events as lost ([#4575](https://github.com/getsentry/sentry-java/pull/4575))
3030
- Previously events were recorded as lost early despite being retried later through the cache
3131

32+
### Dependencies
33+
34+
- Bump Native SDK from v0.8.4 to v0.10.0 ([#4623](https://github.com/getsentry/sentry-java/pull/4623))
35+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0100)
36+
- [diff](https://github.com/getsentry/sentry-native/compare/0.8.4...0.10.0)
37+
3238
## 8.18.0
3339

3440
### Features

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ quartz = { module = "org.quartz-scheduler:quartz", version = "2.3.0" }
120120
reactor-core = { module = "io.projectreactor:reactor-core", version = "3.5.3" }
121121
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
122122
retrofit-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
123-
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.8.4" }
123+
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.10.0" }
124124
servlet-api = { module = "javax.servlet:javax.servlet-api", version = "3.1.0" }
125125
servlet-jakarta-api = { module = "jakarta.servlet:jakarta.servlet-api", version = "5.0.0" }
126126
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }

0 commit comments

Comments
 (0)