Skip to content

Commit 250da2f

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-sentry-native-ndk.sh to 0.15.0
1 parent 3eb7173 commit 250da2f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
### Dependencies
1818

1919
- Upgrade to asyncProfiler 4.4 ([#5418](https://github.com/getsentry/sentry-java/pull/5418))
20+
- Bump Native SDK from v0.14.2 to v0.15.0 ([#5528](https://github.com/getsentry/sentry-java/pull/5528))
21+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0150)
22+
- [diff](https://github.com/getsentry/sentry-native/compare/0.14.2...0.15.0)
2023

2124
### Fixes
2225

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ quartz = { module = "org.quartz-scheduler:quartz", version = "2.3.0" }
153153
reactor-core = { module = "io.projectreactor:reactor-core", version = "3.5.3" }
154154
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
155155
retrofit-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
156-
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.14.2" }
156+
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.15.0" }
157157
servlet-api = { module = "javax.servlet:javax.servlet-api", version = "3.1.0" }
158158
servlet-jakarta-api = { module = "jakarta.servlet:jakarta.servlet-api", version = "6.1.0" }
159159
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }

0 commit comments

Comments
 (0)