diff --git a/CHANGELOG.md b/CHANGELOG.md
index a34d770031..1249f0ee13 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,9 @@
- Bump Native SDK from v0.7.11 to v0.7.12 ([#3731](https://github.com/getsentry/sentry-dotnet/pull/3731))
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0712)
- [diff](https://github.com/getsentry/sentry-native/compare/0.7.11...0.7.12)
+- Bump Java SDK from v7.16.0 to v7.17.0 ([#3749](https://github.com/getsentry/sentry-dotnet/pull/3749))
+ - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7170)
+ - [diff](https://github.com/getsentry/sentry-java/compare/7.16.0...7.17.0)
## 4.13.0
diff --git a/src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj b/src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj
index a0eb9f33bc..75cb692443 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.16.0
+ 7.17.0
$(BaseIntermediateOutputPath)sdks\Sentry\Android\$(SentryAndroidSdkVersion)\
.NET Bindings for the Sentry Android SDK