User-105429085 posted
No, it's probably not good practice unless you know the breaking changes of the versions and like to deal with it by extensively testing them.
For example, jquery 1.8 -> 1.9 had a few breaking changes that might affect how jquery handle empty JSON response.
I will update the lbraries to newest stable version if I'm updating the project with major version change or need new features from the new libraries...