Skip to content

Commit 1d731d8

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-sentry-native-ndk.sh to 0.12.0
1 parent 03dca4e commit 1d731d8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
- Fallback to distinct-id as user.id logging attribute when user is not set ([#4847](https://github.com/getsentry/sentry-java/pull/4847))
88
- Report Timber.tag() as `timber.tag` log attribute ([#4845](https://github.com/getsentry/sentry-java/pull/4845))
99

10+
### Dependencies
11+
12+
- Bump Native SDK from v0.11.3 to v0.12.0 ([#4849](https://github.com/getsentry/sentry-java/pull/4849))
13+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0120)
14+
- [diff](https://github.com/getsentry/sentry-native/compare/0.11.3...0.12.0)
15+
1016
## 8.25.0
1117

1218
### Fixes

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ quartz = { module = "org.quartz-scheduler:quartz", version = "2.3.0" }
134134
reactor-core = { module = "io.projectreactor:reactor-core", version = "3.5.3" }
135135
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
136136
retrofit-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
137-
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.11.3" }
137+
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.12.0" }
138138
servlet-api = { module = "javax.servlet:javax.servlet-api", version = "3.1.0" }
139139
servlet-jakarta-api = { module = "jakarta.servlet:jakarta.servlet-api", version = "6.1.0" }
140140
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }

0 commit comments

Comments
 (0)