Skip to content

Commit 99553a4

Browse files
chore: update scripts/update-sentry-native-ndk.sh to 0.12.4 (#5061)
Co-authored-by: GitHub <[email protected]>
1 parent 1461c30 commit 99553a4

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
@@ -11,6 +11,12 @@
1111
- Establish new native exception mechanisms to differentiate events generated by `sentry-native` from `ApplicationExitInfo`. ([#5052](https://github.com/getsentry/sentry-java/pull/5052))
1212
- Set `write` permission for `statuses` in the changelog preview GHA workflow. ([#5053](https://github.com/getsentry/sentry-java/pull/5053))
1313

14+
### Dependencies
15+
16+
- Bump Native SDK from v0.12.3 to v0.12.4 ([#5061](https://github.com/getsentry/sentry-java/pull/5061))
17+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0124)
18+
- [diff](https://github.com/getsentry/sentry-native/compare/0.12.3...0.12.4)
19+
1420
## 8.31.0
1521

1622
### Features

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ quartz = { module = "org.quartz-scheduler:quartz", version = "2.3.0" }
147147
reactor-core = { module = "io.projectreactor:reactor-core", version = "3.5.3" }
148148
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
149149
retrofit-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
150-
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.12.3" }
150+
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.12.4" }
151151
servlet-api = { module = "javax.servlet:javax.servlet-api", version = "3.1.0" }
152152
servlet-jakarta-api = { module = "jakarta.servlet:jakarta.servlet-api", version = "6.1.0" }
153153
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }

0 commit comments

Comments
 (0)