diff --git a/CHANGELOG.md b/CHANGELOG.md index b4b9dbb1..dda00e1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,9 @@ ### Dependencies -- Bump Java SDK from v8.8.0 to v8.12.0 ([#375](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/375), [#382](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/382), [#387](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/387)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8120) - - [diff](https://github.com/getsentry/sentry-java/compare/8.8.0...8.12.0) +- Bump Java SDK from v8.8.0 to v8.14.0 ([#375](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/375), [#382](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/382), [#387](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/387), [#402](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/402)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8140) + - [diff](https://github.com/getsentry/sentry-java/compare/8.8.0...8.14.0) - Bump Cocoa SDK from v8.49.0 to v8.49.1 ([#374](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/374)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8491) - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.49.0...8.49.1) diff --git a/buildSrc/src/main/java/Config.kt b/buildSrc/src/main/java/Config.kt index dc2d9cfe..885cd390 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 = "8.12.0" + val sentryJavaVersion = "8.14.0" val sentryAndroid = "io.sentry:sentry-android:$sentryJavaVersion" val sentryJava = "io.sentry:sentry:$sentryJavaVersion"