diff --git a/CHANGELOG.md b/CHANGELOG.md index 348f2083f2..51decc8c3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,9 +19,9 @@ ### Dependencies -- Bump Native SDK from v0.10.1 to v0.11.2 ([#4775](https://github.com/getsentry/sentry-java/pull/4775)) - - [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0112) - - [diff](https://github.com/getsentry/sentry-native/compare/0.10.1...0.11.2) +- Bump Native SDK from v0.10.1 to v0.11.3 ([#4775](https://github.com/getsentry/sentry-java/pull/4775), [#4810](https://github.com/getsentry/sentry-java/pull/4810)) + - [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0113) + - [diff](https://github.com/getsentry/sentry-native/compare/0.10.1...0.11.3) ## 8.23.0 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6672de2d6e..a95d7e459c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -134,7 +134,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.11.2" } +sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.11.3" } 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" }