Skip to content

Commit 1325088

Browse files
chore: update scripts/update-java.ps1 to 7.15.0 (#3670)
Co-authored-by: GitHub <[email protected]>
1 parent b01a0ad commit 1325088

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
- Make `Sentry.AspNetCore.Blazor.WebAssembly` generally available. ([#3674](https://github.com/getsentry/sentry-dotnet/pull/3674))
88

9+
### Dependencies
10+
11+
- Bump Java SDK from v7.14.0 to v7.15.0 ([#3670](https://github.com/getsentry/sentry-dotnet/pull/3670))
12+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7150)
13+
- [diff](https://github.com/getsentry/sentry-java/compare/7.14.0...7.15.0)
14+
915
## 4.12.1
1016

1117
### Fixes

src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>net7.0-android</TargetFramework>
44
<!-- BG8605 and BG8606 happen because there's a missing androidx.lifecycle dependency, but we don't need it here. (The native Android Sentry SDK will use it if it exists.) -->
55
<NoWarn>$(NoWarn);BG8605;BG8606</NoWarn>
6-
<SentryAndroidSdkVersion>7.14.0</SentryAndroidSdkVersion>
6+
<SentryAndroidSdkVersion>7.15.0</SentryAndroidSdkVersion>
77
<SentryAndroidSdkDirectory>$(BaseIntermediateOutputPath)sdks\Sentry\Android\$(SentryAndroidSdkVersion)\</SentryAndroidSdkDirectory>
88
<Description>.NET Bindings for the Sentry Android SDK</Description>
99
</PropertyGroup>

0 commit comments

Comments
 (0)