Skip to content

Commit

Permalink
Merge pull request #1011 from OWASP/dependabot/maven/org.webjars-boot…
Browse files Browse the repository at this point in the history
…strap-5.3.2

Bump org.webjars:bootstrap from 5.3.1 to 5.3.2
  • Loading branch information
commjoen authored Dec 10, 2023
2 parents 0b72a47 + b434f26 commit 680fed3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/docker-create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ test() {
log_failure "The container test has failed, this means that when we built your changes and ran a basic sanity test on the homepage it failed. Please build the container locally and double check the container is running correctly."
fi
echo "testing curl for webjar caching"
curl -I 'http://localhost:8080/webjars/bootstrap/5.2.3/css/bootstrap.min.css'
curl -I 'http://localhost:8080/webjars/bootstrap/5.3.2/css/bootstrap.min.css'
echo "Testing complete"
else
return
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<asciidoctor.maven.plugin.version>2.2.4</asciidoctor.maven.plugin.version>
<asciidoctorj.version>2.5.10</asciidoctorj.version>
<aws.sdk.version>2.21.42</aws.sdk.version>
<bootstrap.version>5.3.1</bootstrap.version>
<bootstrap.version>5.3.2</bootstrap.version>
<com.azure.spring.version>5.7.0</com.azure.spring.version>
<cyclonedx.core.version>8.0.3</cyclonedx.core.version>
<datatables.version>1.13.5</datatables.version>
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/static/css/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@

.dark-mode .table {
color: var(--bs-body-color);
--bs-table-color: var(--bs-body-color);
}

.dark-mode .card {
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<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.5/css/dataTables.bootstrap5.min.css} " />
<link th:rel="stylesheet" th:href="@{/webjars/bootstrap/5.3.1/css/bootstrap.min.css} " />
<link th:rel="stylesheet" th:href="@{/webjars/bootstrap/5.3.2/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 @@ -18,7 +18,7 @@
<th:block layout:fragment="content"></th:block>
</div>

<script th:src="@{/webjars/bootstrap/5.3.1/js/bootstrap.bundle.min.js}"></script>
<script th:src="@{/webjars/bootstrap/5.3.2/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/1.13.5/js/jquery.dataTables.min.js}"></script>
Expand Down

0 comments on commit 680fed3

Please sign in to comment.