Skip to content

Commit 449ae1c

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-sentry-native-ndk.sh to 0.15.0
1 parent b988b37 commit 449ae1c

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010

1111
- Fix performance collector scheduling many tasks in a row ([#5524](https://github.com/getsentry/sentry-java/pull/5524))
1212

13+
### Dependencies
14+
15+
- Bump Native SDK from v0.14.2 to v0.15.0 ([#5528](https://github.com/getsentry/sentry-java/pull/5528))
16+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0150)
17+
- [diff](https://github.com/getsentry/sentry-native/compare/0.14.2...0.15.0)
18+
1319
## 8.43.2
1420

1521
### Improvements

gradle/libs.versions.toml

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

0 commit comments

Comments
 (0)