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 bf1beb7 commit aa50eb7Copy full SHA for aa50eb7
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+### Dependencies
6
7
+- Bump Java SDK from v8.36.0 to v8.39.1 ([#548](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/548))
8
+ - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8391)
9
+ - [diff](https://github.com/getsentry/sentry-java/compare/8.36.0...8.39.1)
10
11
## 0.25.0
12
13
### Features
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.36.0"
+ val sentryJavaVersion = "8.39.1"
37
val sentryAndroid = "io.sentry:sentry-android:$sentryJavaVersion"
38
val sentryJava = "io.sentry:sentry:$sentryJavaVersion"
39
0 commit comments