diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f46359ee7..dc81cb9a23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,9 +13,9 @@ ### Dependencies -- Bump Java SDK from v7.14.0 to v7.15.0 ([#3670](https://github.com/getsentry/sentry-dotnet/pull/3670)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7150) - - [diff](https://github.com/getsentry/sentry-java/compare/7.14.0...7.15.0) +- Bump Java SDK from v7.14.0 to v7.16.0 ([#3670](https://github.com/getsentry/sentry-dotnet/pull/3670), [#3707](https://github.com/getsentry/sentry-dotnet/pull/3707)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7160) + - [diff](https://github.com/getsentry/sentry-java/compare/7.14.0...7.16.0) - Bump CLI from v2.37.0 to v2.38.0 ([#3702](https://github.com/getsentry/sentry-dotnet/pull/3702)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2380) - [diff](https://github.com/getsentry/sentry-cli/compare/2.37.0...2.38.0) diff --git a/src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj b/src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj index cc3a9c82aa..963f70b866 100644 --- a/src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj +++ b/src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj @@ -3,7 +3,7 @@ net7.0-android $(NoWarn);BG8605;BG8606 - 7.15.0 + 7.16.0 $(BaseIntermediateOutputPath)sdks\Sentry\Android\$(SentryAndroidSdkVersion)\ .NET Bindings for the Sentry Android SDK