diff --git a/CHANGELOG.md b/CHANGELOG.md index 878238076f..81ee6a9da2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,9 +21,9 @@ ### Dependencies -- Bump Native SDK from v0.16.2 to v0.16.3 ([#5962](https://github.com/getsentry/sentry-java/pull/5962)) - - [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0163) - - [diff](https://github.com/getsentry/sentry-native/compare/0.16.2...0.16.3) +- Bump Native SDK from v0.16.2 to v0.16.4 ([#5962](https://github.com/getsentry/sentry-java/pull/5962), [#5996](https://github.com/getsentry/sentry-java/pull/5996)) + - [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0164) + - [diff](https://github.com/getsentry/sentry-native/compare/0.16.2...0.16.4) ## 8.53.0 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ec6a1fe715..dfbdba8341 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -170,7 +170,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.3" } +sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.16.4" } 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" }