Skip to content

Commit e8386fd

Browse files
authored
Merge branch 'main' into rz/fix/licenses-plugin-stackoverflow
2 parents c60671e + 4d4e343 commit e8386fd

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
@@ -31,6 +31,12 @@
3131
- Switch to compileOnly dependency for compose-ui-material ([#4630](https://github.com/getsentry/sentry-java/pull/4630))
3232
- This fixes `StackOverflowError` when using OSS Licenses plugin
3333

34+
### Dependencies
35+
36+
- Bump Native SDK from v0.8.4 to v0.10.0 ([#4623](https://github.com/getsentry/sentry-java/pull/4623))
37+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0100)
38+
- [diff](https://github.com/getsentry/sentry-native/compare/0.8.4...0.10.0)
39+
3440
## 8.18.0
3541

3642
### Features

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ quartz = { module = "org.quartz-scheduler:quartz", version = "2.3.0" }
120120
reactor-core = { module = "io.projectreactor:reactor-core", version = "3.5.3" }
121121
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
122122
retrofit-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
123-
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.8.4" }
123+
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.10.0" }
124124
servlet-api = { module = "javax.servlet:javax.servlet-api", version = "3.1.0" }
125125
servlet-jakarta-api = { module = "jakarta.servlet:jakarta.servlet-api", version = "5.0.0" }
126126
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }

0 commit comments

Comments
 (0)