I am compiling my android application using the Android SDK Platform 33. When running static analysis of the apk I am seeing references to the library Expat version 2.4.8. This version has a known vulnerability and I would like to have the newest version of Expat (2.5.0) used in the application. Is this library a dependency of the Android SDK, and if so do I have any options here to update Expat to the newest version?
I am using .NET Maui with the Android SDK 33 to compile an Android version of my application. I was expecting when updating to the newest Android SDK that the vulnerable version of Expat would have been replaced with a newer version. The version of Expat used did not change.