Skip to content

Commit 7978b21

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-sentry-native-ndk.sh to 0.14.0
1 parent 5bc94fc commit 7978b21

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626

2727
### Dependencies
2828

29-
- Bump Native SDK from v0.13.7 to v0.13.8 ([#5334](https://github.com/getsentry/sentry-java/pull/5334))
30-
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0138)
31-
- [diff](https://github.com/getsentry/sentry-native/compare/0.13.7...0.13.8)
29+
- Bump Native SDK from v0.13.7 to v0.14.0 ([#5334](https://github.com/getsentry/sentry-java/pull/5334), [#5365](https://github.com/getsentry/sentry-java/pull/5365))
30+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0140)
31+
- [diff](https://github.com/getsentry/sentry-native/compare/0.13.7...0.14.0)
3232
- Bump Gradle from v9.4.1 to v9.5.0 ([#5344](https://github.com/getsentry/sentry-java/pull/5344))
3333
- [changelog](https://github.com/gradle/gradle/blob/master/CHANGELOG.md#v950)
3434
- [diff](https://github.com/gradle/gradle/compare/v9.4.1...v9.5.0)

gradle/libs.versions.toml

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

0 commit comments

Comments
 (0)