From 6e0870be28e7d7d5e565289d5b926ef9dcda0c18 Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 22 Jan 2025 03:06:28 +0000 Subject: [PATCH] chore: update scripts/update-java.sh to 8.0.0 --- CHANGELOG.md | 6 +++--- buildSrc/src/main/java/Config.kt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cfee50e..8e135125 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ ### Dependencies -- Bump Java SDK from v7.16.0 to v7.18.1 ([#295](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/295), [#299](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/299)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7181) - - [diff](https://github.com/getsentry/sentry-java/compare/7.16.0...7.18.1) +- Bump Java SDK from v7.16.0 to v8.0.0 ([#295](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/295), [#299](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/299), [#315](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/315)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#800) + - [diff](https://github.com/getsentry/sentry-java/compare/7.16.0...8.0.0) ## 0.10.0 diff --git a/buildSrc/src/main/java/Config.kt b/buildSrc/src/main/java/Config.kt index 54c9c401..59c17f42 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.18.1" + val sentryJavaVersion = "8.0.0" val sentryAndroid = "io.sentry:sentry-android:$sentryJavaVersion" val sentryJava = "io.sentry:sentry:$sentryJavaVersion"