diff --git a/src/Cake.Issues.Reporting.Generic/HtmlDxDataGridOption.cs b/src/Cake.Issues.Reporting.Generic/HtmlDxDataGridOption.cs
index 290235c00..d8f4cb986 100644
--- a/src/Cake.Issues.Reporting.Generic/HtmlDxDataGridOption.cs
+++ b/src/Cake.Issues.Reporting.Generic/HtmlDxDataGridOption.cs
@@ -348,7 +348,7 @@ public enum HtmlDxDataGridOption
///
/// Version of jQuery which should be used.
/// This version needs to match the version required by the selected .
- /// Default value is 3.7.0.
+ /// Default value is 3.7.1.
///
JQueryVersion,
diff --git a/src/Cake.Issues.Reporting.Generic/Templates/DxDataGrid.cshtml b/src/Cake.Issues.Reporting.Generic/Templates/DxDataGrid.cshtml
index 5e71300b4..16cb8cd63 100644
--- a/src/Cake.Issues.Reporting.Generic/Templates/DxDataGrid.cshtml
+++ b/src/Cake.Issues.Reporting.Generic/Templates/DxDataGrid.cshtml
@@ -63,7 +63,7 @@
List additionalColumns = ViewBagHelper.ValueOrDefault(ViewBag.AdditionalColumns, new List());
string jQueryLocation = ViewBagHelper.ValueOrDefault(ViewBag.JQueryLocation, "https://ajax.aspnetcdn.com/ajax/jquery/").Trim();
jQueryLocation = jQueryLocation.WithEnding("/");
- string jQueryVersion = ViewBagHelper.ValueOrDefault(ViewBag.JQueryVersion, "3.7.0").Trim();
+ string jQueryVersion = ViewBagHelper.ValueOrDefault(ViewBag.JQueryVersion, "3.7.1").Trim();
string excelJsLocation = ViewBagHelper.ValueOrDefault(ViewBag.ExcelJsLocation, "https://cdnjs.cloudflare.com/ajax/libs/exceljs/").Trim();
excelJsLocation = excelJsLocation.WithEnding("/");
string excelJsVersion = ViewBagHelper.ValueOrDefault(ViewBag.ExcelJsVersion, "4.4.0").Trim();