diff --git a/CHANGELOG.md b/CHANGELOG.md index c8945a80..d71f0b79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,9 +21,9 @@ Sentry.init { options -> - Bump Cocoa SDK from v8.36.0 to v8.38.0 ([#279](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/279), [#285](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/285)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8380) - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.36.0...8.38.0) -- Bump Java SDK from v7.14.0 to v7.15.0 ([#284](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/284)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7150) - - [diff](https://github.com/getsentry/sentry-java/compare/7.14.0...7.15.0) +- Bump Java SDK from v7.14.0 to v7.16.0 ([#284](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/284), [#289](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/289)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7160) + - [diff](https://github.com/getsentry/sentry-java/compare/7.14.0...7.16.0) ## 0.9.0 diff --git a/buildSrc/src/main/java/Config.kt b/buildSrc/src/main/java/Config.kt index 2939b8a3..229fc502 100644 --- a/buildSrc/src/main/java/Config.kt +++ b/buildSrc/src/main/java/Config.kt @@ -32,7 +32,7 @@ object Config { object Libs { val kotlinStd = "org.jetbrains.kotlin:kotlin-stdlib" - val sentryJavaVersion = "7.15.0" + val sentryJavaVersion = "7.16.0" val sentryAndroid = "io.sentry:sentry-android:$sentryJavaVersion" val sentryJava = "io.sentry:sentry:$sentryJavaVersion"