Skip to content

Commit 6dff1c9

Browse files
chore: update scripts/update-sentry-native-ndk.sh to 0.15.0 (#5528)
Co-authored-by: GitHub <noreply@github.com>
1 parent f36e6e3 commit 6dff1c9

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
@@ -150,7 +150,7 @@ quartz = { module = "org.quartz-scheduler:quartz", version = "2.3.0" }
150150
reactor-core = { module = "io.projectreactor:reactor-core", version = "3.5.3" }
151151
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
152152
retrofit-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
153-
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.14.2" }
153+
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.15.0" }
154154
servlet-api = { module = "javax.servlet:javax.servlet-api", version = "3.1.0" }
155155
servlet-jakarta-api = { module = "jakarta.servlet:jakarta.servlet-api", version = "6.1.0" }
156156
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }

0 commit comments

Comments
 (0)