Skip to content

Commit d95abcf

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-sentry-native-ndk.sh to 0.11.3
1 parent 1528dfb commit d95abcf

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@
5959
- Bump Gradle from v8.14.1 to v8.14.2 ([#4473](https://github.com/getsentry/sentry-java/pull/4473))
6060
- [changelog](https://github.com/gradle/gradle/blob/master/CHANGELOG.md#v8142)
6161
- [diff](https://github.com/gradle/gradle/compare/v8.14.1...v8.14.2)
62+
- Bump Native SDK from v0.8.4 to v0.11.3 ([#36](https://github.com/lucas-zimerman/sentry-java/pull/36))
63+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0113)
64+
- [diff](https://github.com/getsentry/sentry-native/compare/0.8.4...0.11.3)
6265

6366
## 8.14.0
6467

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ quartz = { module = "org.quartz-scheduler:quartz", version = "2.3.0" }
116116
reactor-core = { module = "io.projectreactor:reactor-core", version = "3.5.3" }
117117
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
118118
retrofit-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
119-
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.8.4" }
119+
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.11.3" }
120120
servlet-api = { module = "javax.servlet:javax.servlet-api", version = "3.1.0" }
121121
servlet-jakarta-api = { module = "jakarta.servlet:jakarta.servlet-api", version = "5.0.0" }
122122
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }

0 commit comments

Comments
 (0)