Skip to content

Commit b71cc19

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636

3737
### Dependencies
3838

39-
- Bump Native SDK from v0.8.1 to v0.8.2 ([#4267](https://github.com/getsentry/sentry-java/pull/4267))
40-
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#082)
41-
- [diff](https://github.com/getsentry/sentry-native/compare/0.8.1...0.8.2)
39+
- Bump Native SDK from v0.8.1 to v0.8.3 ([#4267](https://github.com/getsentry/sentry-java/pull/4267), [#4298](https://github.com/getsentry/sentry-java/pull/4298))
40+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#083)
41+
- [diff](https://github.com/getsentry/sentry-native/compare/0.8.1...0.8.3)
4242
- Bump Spring Boot from 2.7.5 to 2.7.18 ([#3496](https://github.com/getsentry/sentry-java/pull/3496))
4343

4444
## 8.5.0

buildSrc/src/main/java/Config.kt

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

164-
val sentryNativeNdk = "io.sentry:sentry-native-ndk:0.8.2"
164+
val sentryNativeNdk = "io.sentry:sentry-native-ndk:0.8.3"
165165

166166
object OpenTelemetry {
167167
val otelVersion = "1.44.1"

0 commit comments

Comments
 (0)