From 3fc49c1df13097dfe71069871c81bd7afe71bb7b Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 25 Feb 2025 03:06:35 +0000 Subject: [PATCH] chore: update scripts/update-java.ps1 to 8.2.0 --- CHANGELOG.md | 3 +++ src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 573f2ffda9..fbab1f906d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,9 @@ - Bump CLI from v2.41.1 to v2.42.1 ([#3979](https://github.com/getsentry/sentry-dotnet/pull/3979)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2421) - [diff](https://github.com/getsentry/sentry-cli/compare/2.41.1...2.42.1) +- Bump Java SDK from v7.20.1 to v8.2.0 ([#3911](https://github.com/getsentry/sentry-dotnet/pull/3911)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#820) + - [diff](https://github.com/getsentry/sentry-java/compare/7.20.1...8.2.0) ## 5.1.1 diff --git a/src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj b/src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj index b9aec99266..ee0d15ce17 100644 --- a/src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj +++ b/src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj @@ -3,7 +3,7 @@ net8.0-android34.0 $(NoWarn);BG8605;BG8606 - 7.20.1 + 8.2.0 $(BaseIntermediateOutputPath)sdks\Sentry\Android\$(SentryAndroidSdkVersion)\ .NET Bindings for the Sentry Android SDK