Skip to content

Commit 52a6198

Browse files
authored
Merge pull request #935 from OWASP/dependabot/maven/org.webjars-bootstrap-5.3.1
Bump org.webjars:bootstrap from 5.3.0 to 5.3.1
2 parents 330ab74 + f1b8046 commit 52a6198

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
@@ -47,7 +47,7 @@
4747
<asciidoctor.maven.plugin.version>2.2.4</asciidoctor.maven.plugin.version>
4848
<asciidoctorj.version>2.5.10</asciidoctorj.version>
4949
<aws.sdk.version>2.20.116</aws.sdk.version>
50-
<bootstrap.version>5.3.0</bootstrap.version>
50+
<bootstrap.version>5.3.1</bootstrap.version>
5151
<com.azure.spring.version>5.3.0</com.azure.spring.version>
5252
<cyclonedx.core.version>7.3.2</cyclonedx.core.version>
5353
<datatables.version>1.13.5</datatables.version>

src/main/resources/templates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>OWASP WrongSecrets</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
88
<link th:rel="stylesheet" th:href="@{/webjars/datatables/1.13.5/css/dataTables.bootstrap5.min.css} " />
9-
<link th:rel="stylesheet" th:href="@{/webjars/bootstrap/5.3.0/css/bootstrap.min.css} " />
9+
<link th:rel="stylesheet" th:href="@{/webjars/bootstrap/5.3.1/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}" />
1212

@@ -18,7 +18,7 @@
1818
<th:block layout:fragment="content"></th:block>
1919
</div>
2020

21-
<script th:src="@{/webjars/bootstrap/5.3.0/js/bootstrap.bundle.min.js}"></script>
21+
<script th:src="@{/webjars/bootstrap/5.3.1/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.0/jquery.min.js}"></script>
2424
<script th:src="@{/webjars/datatables/1.13.5/js/jquery.dataTables.min.js}"></script>

0 commit comments

Comments
 (0)