We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c5f030 commit 061ec9bCopy full SHA for 061ec9b
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+### Dependencies
6
7
+- Bump Java SDK from v8.40.0 to v8.41.0 ([#552](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/552))
8
+ - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8410)
9
+ - [diff](https://github.com/getsentry/sentry-java/compare/8.40.0...8.41.0)
10
11
## 0.26.0
12
13
### Dependencies
buildSrc/src/main/java/Config.kt
@@ -33,7 +33,7 @@ object Config {
33
object Libs {
34
val kotlinStd = "org.jetbrains.kotlin:kotlin-stdlib"
35
36
- val sentryJavaVersion = "8.40.0"
+ val sentryJavaVersion = "8.41.0"
37
val sentryAndroid = "io.sentry:sentry-android:$sentryJavaVersion"
38
val sentryJava = "io.sentry:sentry:$sentryJavaVersion"
39
0 commit comments