Skip to content

Commit 664e7a6

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-sentry-native-ndk.sh to 0.12.3
1 parent 6c08e7b commit 664e7a6

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
@@ -30,6 +30,12 @@
3030
- `distribution`: A metric that tracks the statistical distribution of values
3131
- For more details, see the Metrics documentation: https://docs.sentry.io/product/explore/metrics/getting-started/
3232

33+
### Dependencies
34+
35+
- Bump Native SDK from v0.12.2 to v0.12.3 ([#5012](https://github.com/getsentry/sentry-java/pull/5012))
36+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0123)
37+
- [diff](https://github.com/getsentry/sentry-native/compare/0.12.2...0.12.3)
38+
3339
## 8.29.0
3440

3541
### Fixes

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.2" }
150+
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.12.3" }
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)