From 6848c11dafc26c53fb4ca236fd961a9a0556d543 Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 4 May 2026 09:39:35 +0000 Subject: [PATCH] chore: update scripts/update-sentry-native-ndk.sh to 0.13.9 --- CHANGELOG.md | 6 +++--- gradle/libs.versions.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71af3a9e15..7e16489904 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,9 +19,9 @@ ### Dependencies -- Bump Native SDK from v0.13.7 to v0.13.8 ([#5334](https://github.com/getsentry/sentry-java/pull/5334)) - - [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0138) - - [diff](https://github.com/getsentry/sentry-native/compare/0.13.7...0.13.8) +- Bump Native SDK from v0.13.7 to v0.13.9 ([#5334](https://github.com/getsentry/sentry-java/pull/5334), [#5362](https://github.com/getsentry/sentry-java/pull/5362)) + - [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0139) + - [diff](https://github.com/getsentry/sentry-native/compare/0.13.7...0.13.9) ## 8.40.0 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c04ab824c8..821d7feba3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -151,7 +151,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.13.8" } +sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.13.9" } 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" }