Skip to content

Commit 97ff291

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-sentry-native-ndk.sh to 0.15.2
1 parent 3c89fa4 commit 97ff291

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
@@ -7,6 +7,12 @@
77
- Fix crash when `getHistoricalProcessStartReasons` is called from an isolated or wrong-userId process ([#5597](https://github.com/getsentry/sentry-java/pull/5597))
88
- Release `MediaMuxer` when a replay segment has no encodable frames to avoid a resource leak ([#5583](https://github.com/getsentry/sentry-java/pull/5583))
99

10+
### Dependencies
11+
12+
- Bump Native SDK from v0.15.1 to v0.15.2 ([#5610](https://github.com/getsentry/sentry-java/pull/5610))
13+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0152)
14+
- [diff](https://github.com/getsentry/sentry-native/compare/0.15.1...0.15.2)
15+
1016
## 8.44.1
1117

1218
### Fixes

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ quartz = { module = "org.quartz-scheduler:quartz", version = "2.3.0" }
166166
reactor-core = { module = "io.projectreactor:reactor-core", version = "3.5.3" }
167167
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
168168
retrofit-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
169-
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.15.1" }
169+
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.15.2" }
170170
servlet-api = { module = "javax.servlet:javax.servlet-api", version = "3.1.0" }
171171
servlet-jakarta-api = { module = "jakarta.servlet:jakarta.servlet-api", version = "6.1.0" }
172172
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }

0 commit comments

Comments
 (0)