From 1889a64a1996db52fac84bfcd207587581ebb8e4 Mon Sep 17 00:00:00 2001 From: GitHub Date: Sun, 20 Sep 2026 03:08:57 +0000 Subject: [PATCH] chore: update scripts/update-sentry-native-ndk.sh to 0.16.8 --- CHANGELOG.md | 6 ++++++ gradle/libs.versions.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37cfcc31dd..171b3e8be0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ - 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) - Keep the `EventListener` wrapped by `SentryOkHttpEventListener` per `Call` ([#6003](https://github.com/getsentry/sentry-java/pull/6003)) +### Dependencies + +- Bump Native SDK from v0.16.6 to v0.16.8 ([#6135](https://github.com/getsentry/sentry-java/pull/6135)) + - [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0168) + - [diff](https://github.com/getsentry/sentry-native/compare/0.16.6...0.16.8) + ## 8.57.0 ### Behavioral Changes diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index fbe9ef0177..f30626e7d6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -171,7 +171,7 @@ quartz = { module = "org.quartz-scheduler:quartz", version = "2.3.0" } reactor-core = { module = "io.projectreactor:reactor-core", version = "3.5.3" } retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" } retrofit-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" } -sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.16.6" } +sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.16.8" } servlet-api = { module = "javax.servlet:javax.servlet-api", version = "3.1.0" } servlet-jakarta-api = { module = "jakarta.servlet:jakarta.servlet-api", version = "6.1.0" } slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }