Hello Carlos,
OutSystems web applications support by default only two versions 1.8.3 and 1.4.2, the latest is deprecated (documentation)

I don't recommend changing the run-time jQuery to a recent library as the internal javascript libraries of the platform are dependent on version 1.8.3
Let us say you want to integrate a jQuery plugin which is not compatible with version 1.8.3 and only compatible with version 3.2.1. For that specific integration, you can use this technique to temporarily change the run-time version to 3.2.1, execute the jQuery plugin and swap back the run-time jQuery version to 1.8.3 in order to prevent triggering exceptions in the platform JS libraries
To implement on version 10, I'm afraid you will have to apply manually the code by opening the module of version 11
If I will implement it on version 10, will it take a lot of work if done manually?