diff --git a/CHANGELOG.md b/CHANGELOG.md index 1500e3e1..8bea61e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,9 +12,9 @@ ### Dependencies -- Bump Java SDK from v8.8.0 to v8.15.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), [#404](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/404)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8150) - - [diff](https://github.com/getsentry/sentry-java/compare/8.8.0...8.15.0) +- Bump Java SDK from v8.8.0 to v8.15.1 ([#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), [#404](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/404), [#406](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/406)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8151) + - [diff](https://github.com/getsentry/sentry-java/compare/8.8.0...8.15.1) - 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 6b530a8e..2a09f463 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.15.0" + val sentryJavaVersion = "8.15.1" val sentryAndroid = "io.sentry:sentry-android:$sentryJavaVersion" val sentryJava = "io.sentry:sentry:$sentryJavaVersion"