Skip to content

Commit f6cdbf0

Browse files
chore: update scripts/update-sentry-native-ndk.sh to 0.14.2 (#5441)
Co-authored-by: GitHub <noreply@github.com>
1 parent 4c04bb8 commit f6cdbf0

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
@@ -11,9 +11,9 @@
1111
- Bump Gradle from v9.5.0 to v9.5.1 ([#5419](https://github.com/getsentry/sentry-java/pull/5419))
1212
- [changelog](https://github.com/gradle/gradle/blob/master/CHANGELOG.md#v951)
1313
- [diff](https://github.com/gradle/gradle/compare/v9.5.0...v9.5.1)
14-
- Bump Native SDK from v0.14.0 to v0.14.1 ([#5433](https://github.com/getsentry/sentry-java/pull/5433))
15-
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0141)
16-
- [diff](https://github.com/getsentry/sentry-native/compare/0.14.0...0.14.1)
14+
- Bump Native SDK from v0.14.0 to v0.14.2 ([#5433](https://github.com/getsentry/sentry-java/pull/5433), [#5441](https://github.com/getsentry/sentry-java/pull/5441))
15+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0142)
16+
- [diff](https://github.com/getsentry/sentry-native/compare/0.14.0...0.14.2)
1717
- Bump SAGP (Sentry Android Gradle Plugin) from v6.0.0-alpha.6 to v6.6.0 ([#5427](https://github.com/getsentry/sentry-java/pull/5427))
1818
- [changelog](https://github.com/getsentry/sentry-android-gradle-plugin/blob/main/CHANGELOG.md)
1919
- [diff](https://github.com/getsentry/sentry-android-gradle-plugin/compare/6.0.0-alpha.6...6.6.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.14.1" }
154+
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.14.2" }
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)