Skip to content

Commit

Permalink
Merge pull request #1796 from OWASP/renovate/datatables.version
Browse files Browse the repository at this point in the history
fix(deps): update dependency org.webjars:datatables to v2.1.8
  • Loading branch information
commjoen authored Dec 30, 2024
2 parents 52e8d07 + 8345431 commit 496a9b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<bootstrap.version>5.3.3</bootstrap.version>
<com.azure.spring.version>5.18.0</com.azure.spring.version>
<cyclonedx.core.version>9.1.0</cyclonedx.core.version>
<datatables.version>2.1.0</datatables.version>
<datatables.version>2.1.8</datatables.version>
<dependency-check-maven.version>11.1.1</dependency-check-maven.version>
<gatling-maven-plugin.version>4.10.2</gatling-maven-plugin.version>
<gatling.version>3.13.1</gatling.version>
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<title>OWASP WrongSecrets</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link th:rel="stylesheet" th:href="@{/webjars/datatables/2.1.0/css/dataTables.bootstrap5.min.css} " />
<link th:rel="stylesheet" th:href="@{/webjars/datatables/2.1.8/css/dataTables.bootstrap5.min.css} " />
<link th:rel="stylesheet" th:href="@{/webjars/bootstrap/5.3.3/css/bootstrap.min.css} " />
<link rel="stylesheet" type="text/css" th:href="@{/css/style.css}" />
<link rel="stylesheet" type="text/css" th:href="@{/css/dark.css}" />
Expand All @@ -21,8 +21,8 @@
<script th:src="@{/webjars/bootstrap/5.3.3/js/bootstrap.bundle.min.js}"></script>
<script th:src="@{/webjars/github-buttons/2.14.1/dist/buttons.min.js}"></script>
<script th:src="@{/webjars/jquery/3.7.1/jquery.min.js}"></script>
<script th:src="@{/webjars/datatables/2.1.0/js/dataTables.min.js}"></script>
<script th:src="@{/webjars/datatables/2.1.0/js/dataTables.bootstrap5.min.js}"></script>
<script th:src="@{/webjars/datatables/2.1.8/js/dataTables.min.js}"></script>
<script th:src="@{/webjars/datatables/2.1.8/js/dataTables.bootstrap5.min.js}"></script>
<script th:if="${allCompleted} eq 'party'">
window.addEventListener("load", function () {
new bootstrap.Modal(document.getElementById('finishedModal'), {}).toggle()
Expand Down

0 comments on commit 496a9b7

Please sign in to comment.