From 0449b9f481de8620fc5ba2d2bfde9545da86b164 Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 24 Dec 2024 03:07:55 +0000 Subject: [PATCH] chore: update scripts/update-java.sh to 7.19.1 --- 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..edd234bc 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 v7.19.1 ([#295](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/295), [#299](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/299), [#308](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/308)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7191) + - [diff](https://github.com/getsentry/sentry-java/compare/7.16.0...7.19.1) ## 0.10.0 diff --git a/buildSrc/src/main/java/Config.kt b/buildSrc/src/main/java/Config.kt index 54c9c401..5b28cd1f 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 = "7.19.1" val sentryAndroid = "io.sentry:sentry-android:$sentryJavaVersion" val sentryJava = "io.sentry:sentry:$sentryJavaVersion"