Skip to content

Commit 1bfeacc

Browse files
chore: update scripts/update-sentry-native-ndk.sh to 0.12.1 (#4859)
Co-authored-by: GitHub <[email protected]>
1 parent ab8a72d commit 1bfeacc

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
@@ -8,6 +8,12 @@
88
- Report Timber.tag() as `timber.tag` log attribute ([#4845](https://github.com/getsentry/sentry-java/pull/4845))
99
- Session Replay: Add screenshot strategy serialization to RRWeb events ([#4851](https://github.com/getsentry/sentry-java/pull/4851))
1010

11+
### Dependencies
12+
13+
- Bump Native SDK from v0.11.3 to v0.12.1 ([#4859](https://github.com/getsentry/sentry-java/pull/4859))
14+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0121)
15+
- [diff](https://github.com/getsentry/sentry-native/compare/0.11.3...0.12.1)
16+
1117
## 8.25.0
1218

1319
### 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.1" }
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)