Skip to content

Commit 25fcb2d

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-sentry-native-ndk.sh to 0.11.0
1 parent 3998a95 commit 25fcb2d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828

2929
### Dependencies
3030

31-
- Bump Native SDK from v0.10.0 to v0.10.1 ([#4695](https://github.com/getsentry/sentry-java/pull/4695))
32-
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0101)
33-
- [diff](https://github.com/getsentry/sentry-native/compare/0.10.0...0.10.1)
31+
- Bump Native SDK from v0.10.0 to v0.11.0 ([#4695](https://github.com/getsentry/sentry-java/pull/4695), [#4737](https://github.com/getsentry/sentry-java/pull/4737))
32+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0110)
33+
- [diff](https://github.com/getsentry/sentry-native/compare/0.10.0...0.11.0)
3434

3535
## 8.21.1
3636

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ quartz = { module = "org.quartz-scheduler:quartz", version = "2.3.0" }
132132
reactor-core = { module = "io.projectreactor:reactor-core", version = "3.5.3" }
133133
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
134134
retrofit-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
135-
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.10.1" }
135+
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.11.0" }
136136
servlet-api = { module = "javax.servlet:javax.servlet-api", version = "3.1.0" }
137137
servlet-jakarta-api = { module = "jakarta.servlet:jakarta.servlet-api", version = "6.1.0" }
138138
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }

0 commit comments

Comments
 (0)