Skip to content

Commit 3d33393

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-sentry-native-ndk.sh to 0.11.1
1 parent 806307f commit 3d33393

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
- Handle `RejectedExecutionException` everywhere ([#4747](https://github.com/getsentry/sentry-java/pull/4747))
1313
- Mark `SentryEnvelope` as not internal ([#4748](https://github.com/getsentry/sentry-java/pull/4748))
1414

15+
### Dependencies
16+
17+
- Bump Native SDK from v0.10.1 to v0.11.1 ([#4749](https://github.com/getsentry/sentry-java/pull/4749))
18+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0111)
19+
- [diff](https://github.com/getsentry/sentry-native/compare/0.10.1...0.11.1)
20+
1521
## 8.22.0
1622

1723
### Features

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.1" }
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)