Hi,
I'm using the latest jquery version 1.10.4 but the asp.net bundling autogenerates the reference to the 1.10.2. 
How do I remove the auto generation of reference to 1.10.2?
Here's the code:
<script src="/bundles/MsAjaxJs?v=c42ygB2U07n37m_Sfa8ZbLGVu4Rr2gsBo7MvUEnJeZ81" type="text/javascript"></script> <script type="text/javascript"> //<![CDATA[ if (typeof(Sys) === 'undefined') throw new Error('ASP.NET Ajax client-side framework failed to load.'); //]]> </script> <script src="../Scripts/jquery-1.10.2.js" type="text/javascript"></script> <script src="/bundles/WebFormsJs?v=AAyiAYwMfvmwjNSBfIMrBAqfU5exDukMVhrRuZ-PDU01" type="text/javascript"></script> <script src="../Handlers/RiskSectionQuestionWs.asmx/jsdebug" type="text/javascript"></script> ...

Go to the complete details ...