Skip to content

Commit da699f6

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-sentry-native-ndk.sh to 0.13.0
1 parent 22f4345 commit da699f6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Dependencies
6+
7+
- Bump Native SDK from v0.12.7 to v0.13.0 ([#5104](https://github.com/getsentry/sentry-java/pull/5104))
8+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0130)
9+
- [diff](https://github.com/getsentry/sentry-native/compare/0.12.7...0.13.0)
10+
311
## 8.33.0
412

513
### Features

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ quartz = { module = "org.quartz-scheduler:quartz", version = "2.3.0" }
149149
reactor-core = { module = "io.projectreactor:reactor-core", version = "3.5.3" }
150150
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
151151
retrofit-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
152-
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.12.7" }
152+
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.13.0" }
153153
servlet-api = { module = "javax.servlet:javax.servlet-api", version = "3.1.0" }
154154
servlet-jakarta-api = { module = "jakarta.servlet:jakarta.servlet-api", version = "6.1.0" }
155155
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }

0 commit comments

Comments
 (0)