Skip to content

Commit 3fcf679

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-sentry-native-ndk.sh to 0.10.1
1 parent 2686b17 commit 3fcf679

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
@@ -15,6 +15,12 @@
1515
- Add support for `vars` attribute in `SentryStackFrame` ([#4686](https://github.com/getsentry/sentry-java/pull/4686))
1616
- **Breaking change**: The type of the `vars` attribute has been changed from `Map<String, String>` to `Map<String, Object>`.
1717

18+
### Dependencies
19+
20+
- Bump Native SDK from v0.10.0 to v0.10.1 ([#4695](https://github.com/getsentry/sentry-java/pull/4695))
21+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0101)
22+
- [diff](https://github.com/getsentry/sentry-native/compare/0.10.0...0.10.1)
23+
1824
## 8.20.0
1925

2026
### Fixes

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ quartz = { module = "org.quartz-scheduler:quartz", version = "2.3.0" }
129129
reactor-core = { module = "io.projectreactor:reactor-core", version = "3.5.3" }
130130
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
131131
retrofit-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
132-
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.10.0" }
132+
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.10.1" }
133133
servlet-api = { module = "javax.servlet:javax.servlet-api", version = "3.1.0" }
134134
servlet-jakarta-api = { module = "jakarta.servlet:jakarta.servlet-api", version = "6.1.0" }
135135
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }

0 commit comments

Comments
 (0)