From 1a922245fdf4c61893eb20df1991e767af54a88e Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 27 Feb 2025 03:08:01 +0000 Subject: [PATCH] chore: update scripts/update-java.ps1 to 8.3.0 --- CHANGELOG.md | 6 +++--- src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 832f2513e5..03e0663476 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,9 +20,9 @@ - Bump CLI from v2.18.1 to v2.19.2 ([#2428](https://github.com/getsentry/sentry-dotnet/pull/2428), [#2431](https://github.com/getsentry/sentry-dotnet/pull/2431), [#2451](https://github.com/getsentry/sentry-dotnet/pull/2451)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2192) - [diff](https://github.com/getsentry/sentry-cli/compare/2.18.1...2.19.2) -- Bump Java SDK from v6.22.0 to v6.24.0 ([#2429](https://github.com/getsentry/sentry-dotnet/pull/2429), [#2440](https://github.com/getsentry/sentry-dotnet/pull/2440)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6240) - - [diff](https://github.com/getsentry/sentry-java/compare/6.22.0...6.24.0) +- Bump Java SDK from v6.22.0 to v8.3.0 ([#2429](https://github.com/getsentry/sentry-dotnet/pull/2429), [#2440](https://github.com/getsentry/sentry-dotnet/pull/2440), [#159](https://github.com/DEVBOX10/sentry-dotnet/pull/159)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#830) + - [diff](https://github.com/getsentry/sentry-java/compare/6.22.0...8.3.0) ## 3.33.1 diff --git a/src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj b/src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj index 924f673c5f..405e2e6093 100644 --- a/src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj +++ b/src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj @@ -3,7 +3,7 @@ net6.0-android $(NoWarn);BG8605;BG8606 - 6.24.0 + 8.3.0 $(BaseIntermediateOutputPath)sdks\Sentry\Android\$(SentryAndroidSdkVersion)\ .NET Bindings for the Sentry Android SDK