File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
src/main/resources/templates/layout Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 9898 <docker-compose-maven-plugin .detachedMode>true</docker-compose-maven-plugin .detachedMode>
9999
100100 <!-- Webjars -->
101- <webjars .bootstrap.version>4.5.2 </webjars .bootstrap.version>
101+ <webjars .bootstrap.version>4.5.3 </webjars .bootstrap.version>
102102 <webjars .jquery.version>3.5.1</webjars .jquery.version>
103- <webjars .popper.js.version>1.16.0 </webjars .popper.js.version>
104- <webjars .font-awesome.version>5.14.0 </webjars .font-awesome.version>
103+ <webjars .popper.js.version>1.16.1 </webjars .popper.js.version>
104+ <webjars .font-awesome.version>5.15.1 </webjars .font-awesome.version>
105105 <webjars .ckeditor.version>18.0.0</webjars .ckeditor.version>
106106
107107 <!-- Frontend Server Site: Thymeleaf Templates -->
Original file line number Diff line number Diff line change 1313 < meta name ="author " content ="Thomas Woehlke ">
1414 < meta name ="description " content ="Your Todo-List for Getting Things Done. ">
1515 < title th:replace ="${headtitle} "> SimpleWorklist</ title >
16- < link th:href ="@{/webjars/bootstrap/4.5.2 /css/bootstrap.min.css} " rel ="stylesheet "/>
17- < link th:href ="@{/webjars/font-awesome/5.14.0 /css/all.min.css} " rel ="stylesheet "/>
16+ < link th:href ="@{/webjars/bootstrap/4.5.3 /css/bootstrap.min.css} " rel ="stylesheet "/>
17+ < link th:href ="@{/webjars/font-awesome/5.15.1 /css/all.min.css} " rel ="stylesheet "/>
1818 < link href ="https://fonts.googleapis.com/css?family=Lato|Varela+Round " rel ="stylesheet ">
1919 < link th:href ="@{/css/main.css} " rel ="stylesheet "/>
2020 <!--/* Per-page placeholder for additional links */-->
7272 </ footer >
7373 < script th:src ="@{/js/google-analytics.js} "> </ script >
7474 < script th:src ="@{/webjars/jquery/3.5.1/jquery.js} "> </ script >
75- < script th:src ="@{/webjars/popper.js/1.16.0 /umd/popper.min.js} "> </ script >
76- < script th:src ="@{/webjars/bootstrap/4.5.2 /js/bootstrap.bundle.js} "> </ script >
77- < script th:src ="@{/webjars/font-awesome/5.14.0 /js/all.js} "> </ script >
75+ < script th:src ="@{/webjars/popper.js/1.16.1 /umd/popper.min.js} "> </ script >
76+ < script th:src ="@{/webjars/bootstrap/4.5.3 /js/bootstrap.bundle.js} "> </ script >
77+ < script th:src ="@{/webjars/font-awesome/5.15.1 /js/all.js} "> </ script >
7878 <!--/* Per-page placeholder for additional links */-->
7979 < th:block th:replace ="${scripts} " />
8080
You can’t perform that action at this time.
0 commit comments