File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 31
31
### Dependencies
32
32
33
33
- 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 )
34
37
35
38
## 8.12.0
36
39
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ object Config {
125
125
val apolloKotlin = " com.apollographql.apollo3:apollo-runtime:3.8.2"
126
126
val apolloKotlin4 = " com.apollographql.apollo:apollo-runtime:4.1.1"
127
127
128
- val sentryNativeNdk = " io.sentry:sentry-native-ndk:0.8.4 "
128
+ val sentryNativeNdk = " io.sentry:sentry-native-ndk:0.8.5 "
129
129
130
130
object OpenTelemetry {
131
131
val otelVersion = " 1.44.1"
You can’t perform that action at this time.
0 commit comments