We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f22d5c9 commit 4180255Copy full SHA for 4180255
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+### Dependencies
6
7
+- Bump Java SDK from v7.18.1 to v8.5.0 ([#346](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/346))
8
+ - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#850)
9
+ - [diff](https://github.com/getsentry/sentry-java/compare/7.18.1...8.5.0)
10
11
## 0.11.0
12
13
### Fixes
buildSrc/src/main/java/Config.kt
@@ -32,7 +32,7 @@ object Config {
32
object Libs {
33
val kotlinStd = "org.jetbrains.kotlin:kotlin-stdlib"
34
35
- val sentryJavaVersion = "7.18.1"
+ val sentryJavaVersion = "8.5.0"
36
val sentryAndroid = "io.sentry:sentry-android:$sentryJavaVersion"
37
val sentryJava = "io.sentry:sentry:$sentryJavaVersion"
38
0 commit comments