Skip to content

Commit 079b96b

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-sentry-native-ndk.sh to 0.16.1
1 parent 462dea2 commit 079b96b

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
- Batch and coalesce scope-persistence disk writes to reduce startup cost ([#5791](https://github.com/getsentry/sentry-java/pull/5791))
2020
- Scope mutations are now coalesced (latest value per field) and breadcrumbs are appended in batches behind a single fsync, instead of one synchronous disk write per mutation.
2121

22+
### Dependencies
23+
24+
- Bump Native SDK from v0.16.0 to v0.16.1 ([#5879](https://github.com/getsentry/sentry-java/pull/5879))
25+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0161)
26+
- [diff](https://github.com/getsentry/sentry-native/compare/0.16.0...0.16.1)
27+
2228
## 8.51.0
2329

2430
### Features

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ quartz = { module = "org.quartz-scheduler:quartz", version = "2.3.0" }
169169
reactor-core = { module = "io.projectreactor:reactor-core", version = "3.5.3" }
170170
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
171171
retrofit-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
172-
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.16.0" }
172+
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.16.1" }
173173
servlet-api = { module = "javax.servlet:javax.servlet-api", version = "3.1.0" }
174174
servlet-jakarta-api = { module = "jakarta.servlet:jakarta.servlet-api", version = "6.1.0" }
175175
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }

0 commit comments

Comments
 (0)