Skip to content

Commit 13ea596

Browse files
authored
Merge pull request #2138 from OWASP/renovate/datatables.version
Update dependency org.webjars:datatables to v2.3.2
2 parents d1fa206 + 7c86c35 commit 13ea596

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
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.7</bootstrap.version>
5151
<com.azure.spring.version>5.22.0</com.azure.spring.version>
5252
<cyclonedx.core.version>10.2.1</cyclonedx.core.version>
53-
<datatables.version>2.3.0</datatables.version>
53+
<datatables.version>2.3.2</datatables.version>
5454
<dependency-check-maven.version>12.1.3</dependency-check-maven.version>
5555
<gatling-maven-plugin.version>4.20.0</gatling-maven-plugin.version>
5656
<gatling.version>3.14.3</gatling.version>

src/main/resources/templates/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ <h5 class="alert-heading">🎯 Learning Objectives</h5>
374374
<li>(Public Domain) XZ for Java (org.tukaani:xz:1.9 - https://tukaani.org/xz/java.html)</li>
375375
<li>(The Apache Software License, Version 2.0) unbescape (org.unbescape:unbescape:1.1.6.RELEASE - http://www.unbescape.org)</li>
376376
<li>(Apache License, Version 2.0) Bootstrap (org.webjars:bootstrap:5.3.7 - http://webjars.org)</li>
377-
<li>(MIT) DataTables (org.webjars:datatables:2.3.0 - http://webjars.org)</li>
377+
<li>(MIT) DataTables (org.webjars:datatables:2.3.2 - http://webjars.org)</li>
378378
<li>(MIT License) jquery (org.webjars:jquery:3.7.1 - http://webjars.org)</li>
379379
<li>(Apache-2.0) Swagger UI (org.webjars:swagger-ui:5.21.0 - https://www.webjars.org)</li>
380380
<li>(MIT) webjars-locator-lite (org.webjars:webjars-locator-lite:1.1.0 - https://webjars.org)</li>

src/main/resources/templates/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="UTF-8">
66
<title>OWASP WrongSecrets</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
8-
<link th:rel="stylesheet" th:href="@{/webjars/datatables/2.3.0/css/dataTables.bootstrap5.min.css} " />
8+
<link th:rel="stylesheet" th:href="@{/webjars/datatables/2.3.2/css/dataTables.bootstrap5.min.css} " />
99
<link th:rel="stylesheet" th:href="@{/webjars/bootstrap/5.3.7/css/bootstrap.min.css} " />
1010
<link rel="stylesheet" type="text/css" th:href="@{/css/style.css}" />
1111
<link rel="stylesheet" type="text/css" th:href="@{/css/dark.css}" />
@@ -21,8 +21,8 @@
2121
<script th:src="@{/webjars/bootstrap/5.3.7/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.0/js/dataTables.min.js}"></script>
25-
<script th:src="@{/webjars/datatables/2.3.0/js/dataTables.bootstrap5.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>
2626
<script th:if="${allCompleted} eq 'party'">
2727
window.addEventListener("load", function () {
2828
new bootstrap.Modal(document.getElementById('finishedModal'), {}).toggle()

src/test/K8s-tests/package-lock.json

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/test/e2e/package-lock.json

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)