From bfd39fec71bdf72f79994d845d470c7ead6636e5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 12:56:29 +0200 Subject: [PATCH] chore: update scripts/update-java.sh to 7.8.0 (#206) Co-authored-by: GitHub --- 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 3d97a251..72c36999 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ ### Dependencies -- Bump Java SDK from v7.4.0 to v7.7.0 ([#205](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/205)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#770) - - [diff](https://github.com/getsentry/sentry-java/compare/7.4.0...7.7.0) +- Bump Java SDK from v7.4.0 to v7.8.0 ([#205](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/205), [#206](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/206)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#780) + - [diff](https://github.com/getsentry/sentry-java/compare/7.4.0...7.8.0) ## 0.5.0 diff --git a/buildSrc/src/main/java/Config.kt b/buildSrc/src/main/java/Config.kt index ea3225b8..792b8884 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.7.0" + val sentryJavaVersion = "7.8.0" val sentryAndroid = "io.sentry:sentry-android:$sentryJavaVersion" val sentryJava = "io.sentry:sentry:$sentryJavaVersion"