Skip to content

Commit cd44342

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-sentry-native-ndk.sh to 0.8.5
1 parent 2fbb2e3 commit cd44342

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
### Dependencies
3232

3333
- Bump Spring Boot to `3.5.0` ([#4111](https://github.com/getsentry/sentry-java/pull/4111))
34+
- Bump Native SDK from v0.8.4 to v0.8.5 ([#4406](https://github.com/getsentry/sentry-java/pull/4406))
35+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#085)
36+
- [diff](https://github.com/getsentry/sentry-native/compare/0.8.4...0.8.5)
3437

3538
## 8.12.0
3639

buildSrc/src/main/java/Config.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ object Config {
124124
val apolloKotlin = "com.apollographql.apollo3:apollo-runtime:3.8.2"
125125
val apolloKotlin4 = "com.apollographql.apollo:apollo-runtime:4.1.1"
126126

127-
val sentryNativeNdk = "io.sentry:sentry-native-ndk:0.8.4"
127+
val sentryNativeNdk = "io.sentry:sentry-native-ndk:0.8.5"
128128

129129
object OpenTelemetry {
130130
val otelVersion = "1.44.1"

0 commit comments

Comments
 (0)