Skip to content

Commit

Permalink
Merge pull request #907 from OWASP/dependabot/maven/org.webjars-datat…
Browse files Browse the repository at this point in the history
…ables-1.13.5

Bump datatables from 1.13.4 to 1.13.5
  • Loading branch information
commjoen authored Jul 31, 2023
2 parents 580acaa + 670d3d4 commit 12d1ec1
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.0</bootstrap.version>
<com.azure.spring.version>5.3.0</com.azure.spring.version>
<cyclonedx.core.version>7.3.2</cyclonedx.core.version>
<datatables.version>1.13.4</datatables.version>
<datatables.version>1.13.5</datatables.version>
<dependency-check-maven.version>8.2.1</dependency-check-maven.version>
<gcp.sdk.version>4.5.1</gcp.sdk.version>
<github.button.version>2.14.1</github.button.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/1.13.4/css/dataTables.bootstrap5.min.css} " />
<link th:rel="stylesheet" th:href="@{/webjars/datatables/1.13.5/css/dataTables.bootstrap5.min.css} " />
<link th:rel="stylesheet" th:href="@{/webjars/bootstrap/5.3.0/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.0/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.6.4/jquery.min.js}"></script>
<script th:src="@{/webjars/datatables/1.13.4/js/jquery.dataTables.min.js}"></script>
<script th:src="@{/webjars/datatables/1.13.4/js/dataTables.bootstrap5.min.js}"></script>
<script th:src="@{/webjars/datatables/1.13.5/js/jquery.dataTables.min.js}"></script>
<script th:src="@{/webjars/datatables/1.13.5/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 12d1ec1

Please sign in to comment.