From 9894a4281cbd7f03ea6dc44f3912baf0a28b2711 Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 30 Jan 2024 10:38:06 +0000 Subject: [PATCH] chore: update scripts/update-java.sh to 7.3.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 f80a2c85..e35d790f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,9 @@ - Bump Cocoa SDK from v8.17.2 to v8.19.0 ([#180](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/180)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8190) - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.17.2...8.19.0) -- Bump Java SDK from v7.1.0 to v7.2.0 ([#177](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/177)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#720) - - [diff](https://github.com/getsentry/sentry-java/compare/7.1.0...7.2.0) +- Bump Java SDK from v7.1.0 to v7.3.0 ([#177](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/177), [#181](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/181)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#730) + - [diff](https://github.com/getsentry/sentry-java/compare/7.1.0...7.3.0) ## 0.4.0 diff --git a/buildSrc/src/main/java/Config.kt b/buildSrc/src/main/java/Config.kt index f2d2402a..3f8199c8 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.2.0" + val sentryJavaVersion = "7.3.0" val sentryAndroid = "io.sentry:sentry-android:$sentryJavaVersion" val sentryJava = "io.sentry:sentry:$sentryJavaVersion"