I am currently migrating an application that uses GWT version 2.5.0, I am trying to migrate it, I have already updated some libraries that conflicted with this new version and I have solved some problems.
Currently the compilation is successful, and I manage to deploy to my local Oracle Weblogic Server, but when I analyze the HTTP requests with BurpSuite, I see that apparently they are loading cache files that point to version 2.5.0, someone could explain me why this happens and how I could solve it...
I share the cache files in my local seem to be updated, and indeed the compilation is generated on version 2.7.0 as seen in the following images


But when the first requests are made to enter the application it is observed that it loads a cache file that points to version 2.5.0, as shown in the image below.

Thank you very much for your help