File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
src/main/resources/templates
static-site/pr-2125/pages Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -460,7 +460,7 @@ test() {
460460 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."
461461 fi
462462 echo " testing curl for webjar caching"
463- curl -I ' http://localhost:8080/webjars/bootstrap/5.3.7 /css/bootstrap.min.css'
463+ curl -I ' http://localhost:8080/webjars/bootstrap/5.3.8 /css/bootstrap.min.css'
464464 echo " testing with cypress (requires node20)"
465465 cd ../../src/test/e2e
466466 npx cypress run
Original file line number Diff line number Diff line change @@ -373,7 +373,7 @@ <h5 class="alert-heading">🎯 Learning Objectives</h5>
373373 < li > (The Apache Software License, Version 2.0) thymeleaf-extras-springsecurity6 (org.thymeleaf.extras:thymeleaf-extras-springsecurity6:3.1.3.RELEASE - http://www.thymeleaf.org/thymeleaf-lib/thymeleaf-extras-springsecurity6)</ li >
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 >
376- < li > (Apache License, Version 2.0) Bootstrap (org.webjars:bootstrap:5.3.7 - http://webjars.org)</ li >
376+ < li > (Apache License, Version 2.0) Bootstrap (org.webjars:bootstrap:5.3.8 - http://webjars.org)</ li >
377377 < li > (MIT) datatables (org.webjars:datatables:2.3.2 - https://www.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.27.1 - https://www.webjars.org)</ li >
Original file line number Diff line number Diff line change 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/2.3.2/css/dataTables.bootstrap5.min.css} " />
9- < link th:rel ="stylesheet " th:href ="@{/webjars/bootstrap/5.3.7 /css/bootstrap.min.css} " />
9+ < link th:rel ="stylesheet " th:href ="@{/webjars/bootstrap/5.3.8 /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
1818 < th:block layout:fragment ="content "> </ th:block >
1919 </ div >
2020
21- < script th:src ="@{/webjars/bootstrap/5.3.7 /js/bootstrap.bundle.min.js} "> </ script >
21+ < script th:src ="@{/webjars/bootstrap/5.3.8 /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 >
2424 < script th:src ="@{/webjars/datatables/2.3.2/js/dataTables.min.js} "> </ script >
Original file line number Diff line number Diff line change @@ -387,7 +387,7 @@ <h5 class="alert-heading">🎯 Learning Objectives</h5>
387387 < li > (The Apache Software License, Version 2.0) thymeleaf-extras-springsecurity6 (org.thymeleaf.extras:thymeleaf-extras-springsecurity6:3.1.3.RELEASE - http://www.thymeleaf.org/thymeleaf-lib/thymeleaf-extras-springsecurity6)</ li >
388388 < li > (Public Domain) XZ for Java (org.tukaani:xz:1.9 - https://tukaani.org/xz/java.html)</ li >
389389 < li > (The Apache Software License, Version 2.0) unbescape (org.unbescape:unbescape:1.1.6.RELEASE - http://www.unbescape.org)</ li >
390- < li > (Apache License, Version 2.0) Bootstrap (org.webjars:bootstrap:5.3.7 - http://webjars.org)</ li >
390+ < li > (Apache License, Version 2.0) Bootstrap (org.webjars:bootstrap:5.3.8 - http://webjars.org)</ li >
391391 < li > (MIT) DataTables (org.webjars:datatables:2.3.2 - http://webjars.org)</ li >
392392 < li > (MIT License) jquery (org.webjars:jquery:3.7.1 - http://webjars.org)</ li >
393393 < li > (Apache-2.0) Swagger UI (org.webjars:swagger-ui:5.21.0 - https://www.webjars.org)</ li >
You can’t perform that action at this time.
0 commit comments