Skip to content

Commit 2cc7dce

Browse files
authored
Merge pull request #2347 from OWASP/renovate/datatables.version
fix(deps): update dependency org.webjars:datatables to v2.3.7
2 parents 84a23bf + f36203b commit 2cc7dce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<bootstrap.version>5.3.8</bootstrap.version>
5151
<com.azure.spring.version>6.0.0</com.azure.spring.version>
5252
<cyclonedx.core.version>11.0.1</cyclonedx.core.version>
53-
<datatables.version>2.3.2</datatables.version>
53+
<datatables.version>2.3.7</datatables.version>
5454
<dependency-check-maven.version>12.1.9</dependency-check-maven.version>
5555
<gatling-maven-plugin.version>4.21.0</gatling-maven-plugin.version>
5656
<gatling.version>3.14.9</gatling.version>

src/main/resources/templates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
<script th:src="@{/webjars/bootstrap/5.3.8/js/bootstrap.bundle.min.js}"></script>
2222
<script th:src="@{/webjars/github-buttons/2.14.1/dist/buttons.min.js}"></script>
2323
<script th:src="@{/webjars/jquery/3.7.1/jquery.min.js}"></script>
24-
<script th:src="@{/webjars/datatables/2.3.2/js/dataTables.min.js}"></script>
25-
<script th:src="@{/webjars/datatables/2.3.2/js/dataTables.bootstrap5.min.js}"></script>
24+
<script th:src="@{/webjars/datatables/2.3.7/js/dataTables.min.js}"></script>
25+
<script th:src="@{/webjars/datatables/2.3.7/js/dataTables.bootstrap5.min.js}"></script>
2626
<script th:if="${allCompleted} eq 'party'">
2727
window.addEventListener("load", function () {
2828
new bootstrap.Modal(document.getElementById('finishedModal'), {}).toggle()

0 commit comments

Comments
 (0)