Skip to content

Commit 9d614aa

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-sentry-native-ndk.sh to 0.9.1
1 parent 1bd68fc commit 9d614aa

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
- Bump Gradle from v8.14.2 to v8.14.3 ([#4540](https://github.com/getsentry/sentry-java/pull/4540))
2424
- [changelog](https://github.com/gradle/gradle/blob/master/CHANGELOG.md#v8143)
2525
- [diff](https://github.com/gradle/gradle/compare/v8.14.2...v8.14.3)
26+
- Bump Native SDK from v0.8.4 to v0.9.1 ([#4520](https://github.com/getsentry/sentry-java/pull/4520))
27+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#091)
28+
- [diff](https://github.com/getsentry/sentry-native/compare/0.8.4...0.9.1)
2629

2730
### Fixes
2831

gradle/libs.versions.toml

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

0 commit comments

Comments
 (0)