Skip to content

Commit 1889a64

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-sentry-native-ndk.sh to 0.16.8
1 parent 386030d commit 1889a64

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
@@ -11,6 +11,12 @@
1111
- Disable URL caching when reading `META-INF/MANIFEST.MF` files during version detection so that the SDK no longer keeps jar file handles open for the life of the process ([#6124](https://github.com/getsentry/sentry-java/pull/6124)
1212
- Keep the `EventListener` wrapped by `SentryOkHttpEventListener` per `Call` ([#6003](https://github.com/getsentry/sentry-java/pull/6003))
1313

14+
### Dependencies
15+
16+
- Bump Native SDK from v0.16.6 to v0.16.8 ([#6135](https://github.com/getsentry/sentry-java/pull/6135))
17+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0168)
18+
- [diff](https://github.com/getsentry/sentry-native/compare/0.16.6...0.16.8)
19+
1420
## 8.57.0
1521

1622
### Behavioral Changes

‎gradle/libs.versions.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ quartz = { module = "org.quartz-scheduler:quartz", version = "2.3.0" }
171171
reactor-core = { module = "io.projectreactor:reactor-core", version = "3.5.3" }
172172
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
173173
retrofit-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
174-
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.16.6" }
174+
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.16.8" }
175175
servlet-api = { module = "javax.servlet:javax.servlet-api", version = "3.1.0" }
176176
servlet-jakarta-api = { module = "jakarta.servlet:jakarta.servlet-api", version = "6.1.0" }
177177
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }

0 commit comments

Comments
 (0)