Skip to content

Commit 1e308cf

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-sentry-native-ndk.sh to 0.13.8
1 parent 265c245 commit 1e308cf

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
@@ -6,6 +6,12 @@
66

77
- Support `metric` envelope item type ([#4956](https://github.com/getsentry/sentry-java/pull/4956))
88

9+
### Dependencies
10+
11+
- Bump Native SDK from v0.12.2 to v0.13.8 ([#20](https://github.com/funcodingdev/sentry-java/pull/20))
12+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0138)
13+
- [diff](https://github.com/getsentry/sentry-native/compare/0.12.2...0.13.8)
14+
915
## 8.28.0
1016

1117
### Features

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ quartz = { module = "org.quartz-scheduler:quartz", version = "2.3.0" }
142142
reactor-core = { module = "io.projectreactor:reactor-core", version = "3.5.3" }
143143
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
144144
retrofit-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
145-
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.12.2" }
145+
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.13.8" }
146146
servlet-api = { module = "javax.servlet:javax.servlet-api", version = "3.1.0" }
147147
servlet-jakarta-api = { module = "jakarta.servlet:jakarta.servlet-api", version = "6.1.0" }
148148
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }

0 commit comments

Comments
 (0)