chore(deps): update Java SDK to v8.21.0#4502
Merged
jamescrosswell merged 2 commits intomainfrom Sep 9, 2025
Merged
Conversation
c406451 to
e59558c
Compare
> Sentry.Bindings.Android net9.0-android35.0 failed with 1 error(s) (0.3s) > /usr/share/dotnet/packs/Microsoft.Android.Sdk.Linux/35.0.92/tools/Xamarin.Android.Bindings.JavaDependencyVerification.targets(27,5): error XA4242: Java dependency 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.2.0' is not satisfied. Microsoft maintains the NuGet package 'Xamarin.Kotlin.StdLib.Jdk8' that could fulfill this dependency.
jpnurmi
reviewed
Sep 9, 2025
Comment on lines
+54
to
+55
| <!-- We need 1.9.24 but there's no NuGet package for that version... the lowest version we can use is 2.2.0 --> | ||
| <PackageReference Include="Xamarin.Kotlin.StdLib.Jdk8" Version="2.2.0" /> |
Collaborator
There was a problem hiding this comment.
Fixes:
Error: /usr/share/dotnet/packs/Microsoft.Android.Sdk.Linux/35.0.92/tools/Xamarin.Android.Bindings.JavaDependencyVerification.targets(27,5): error XA4242: Java dependency 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.2.0' is not satisfied. Microsoft maintains the NuGet package 'Xamarin.Kotlin.StdLib.Jdk8' that could fulfill this dependency. [/home/runner/work/sentry-dotnet/sentry-dotnet/src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj::TargetFramework=net9.0-android35.0]
jpnurmi
approved these changes
Sep 9, 2025
jamescrosswell
approved these changes
Sep 9, 2025
Collaborator
jamescrosswell
left a comment
There was a problem hiding this comment.
Thanks @jpnurmi !
This was referenced Sep 11, 2025
This was referenced Sep 22, 2025
This was referenced Oct 1, 2025
This was referenced Oct 13, 2025
This was referenced Oct 20, 2025
This was referenced Nov 3, 2025
This was referenced Dec 8, 2025
This was referenced Dec 15, 2025
This was referenced Jan 18, 2026
This was referenced Mar 7, 2026
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps scripts/update-java.ps1 from 8.20.0 to 8.21.0.
Auto-generated by a dependency updater.
Changelog
8.21.0
Fixes
Features
sentry-opentelemetry-agentless-springis not working yet for Spring Boot 4. Please usesentry-opentelemetry-agentuntil OpenTelemetry has support for Spring Boot 4.UUIDGeneratorimplementation with Apache licensed code (#4662)Randomimplementation with MIT licensed code (#4664)varsattribute inSentryStackFrame(#4686)varsattribute has been changed fromMap<String, String>toMap<String, Object>.