patrickhayesrel commented on code in PR #3579: URL: https://github.com/apache/avro/pull/3579#discussion_r2561386371
########## lang/java/ipc/src/main/velocity/org/apache/avro/ipc/stats/templates/statsview.vm: ########## @@ -51,7 +51,7 @@ <title>$title</title> <script type="text/javascript" src="static/protovis-r3.2.js"></script> <script type="text/javascript" src="static/tipsy.js"></script> -<script src="static/jquery-1.6.3.min.js" type="text/javascript"></script> +<script src="static/jquery-3.5.0.min.js" type="text/javascript"></script> Review Comment: 3.5.0 was the minimum to resolve the vulnerability so I chose it as a starting point given the large version jump. At this point it is probably better to go to 3.7.1, will update. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
