Skip to content

Commit

Permalink
Merge pull request #460 from commjoen/dependabot/maven/org.webjars-bo…
Browse files Browse the repository at this point in the history
…otstrap-5.2.2

Bump bootstrap from 5.2.0 to 5.2.2
  • Loading branch information
commjoen authored Oct 25, 2022
2 parents c50f507 + cfba45c commit 8842ed2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions config/.lycheeignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ https://github.com/Your_Github_Handle.*
https://wrongsecrets-ctf.herokuapp.com/api/Challenges
https://wrongsecrets.herokuapp.com
https://wrongsecrets-commjoen.cloud.okteto.net/
https://wrongsecrets.fly.dev/
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<aws.sdk.version>2.17.285</aws.sdk.version>
<asciidoctorj.version>2.5.7</asciidoctorj.version>
<jruby.version>9.3.9.0</jruby.version>
<bootstrap.version>5.2.0</bootstrap.version>
<bootstrap.version>5.2.2</bootstrap.version>
<github.button.version>2.14.1</github.button.version>
<gcp.sdk.version>26.1.3</gcp.sdk.version>
<thymeleaf-spring5.version>3.0.15.RELEASE</thymeleaf-spring5.version>
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 @@ -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/bootstrap/5.2.0/css/bootstrap.min.css} " />
<link th:rel="stylesheet" th:href="@{/webjars/bootstrap/5.2.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}" />
</head>
Expand All @@ -16,7 +16,7 @@
<th:block layout:fragment="content"></th:block>
</div>

<script th:src="@{/webjars/bootstrap/5.2.0/js/bootstrap.bundle.min.js}"></script>
<script th:src="@{/webjars/bootstrap/5.2.2/js/bootstrap.bundle.min.js}"></script>
<script th:src="@{/webjars/github-buttons/2.14.1/dist/buttons.js}"></script>
<script th:if="${allCompleted} eq 'party'">
window.addEventListener("load", function () {
Expand Down

0 comments on commit 8842ed2

Please sign in to comment.