File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
src/main/resources/templates/layout Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 8888 <!-- Webjars -->
8989 <webjars .jquery.version>3.6.0</webjars .jquery.version>
9090 <webjars .popper.js.version>2.9.3</webjars .popper.js.version>
91- <webjars .bootstrap.version>5.1.3 </webjars .bootstrap.version>
92- <webjars .font-awesome.version>6.1.1 </webjars .font-awesome.version>
91+ <webjars .bootstrap.version>5.2.0 </webjars .bootstrap.version>
92+ <webjars .font-awesome.version>6.1.2 </webjars .font-awesome.version>
9393 <webjars .ckeditor.version>31.0.0</webjars .ckeditor.version>
9494 <opencsv .version>5.3</opencsv .version>
9595
9696 <!-- Unit and Integration Testing -->
9797 <skipTests >true</skipTests >
98+
9899 <xmlunit .version>2.9.0</xmlunit .version>
99100 <htmlunit .version>2.63.0</htmlunit .version>
100101 <groovy-all .version>2.4.21</groovy-all .version>
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/5.1.3 /css/bootstrap.min.css} " rel ="stylesheet "/>
17- < link th:href ="@{/webjars/font-awesome/6.1.1 /css/all.min.css} " rel ="stylesheet "/>
16+ < link th:href ="@{/webjars/bootstrap/5.2.0 /css/bootstrap.min.css} " rel ="stylesheet "/>
17+ < link th:href ="@{/webjars/font-awesome/6.1.2 /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 */-->
7373 < script th:src ="@{/js/google-analytics.js} "> </ script >
7474 < script th:src ="@{/webjars/jquery/3.6.0/jquery.js} "> </ script >
7575 < script th:src ="@{/webjars/popper.js/2.9.3/umd/popper.min.js} "> </ script >
76- < script th:src ="@{/webjars/bootstrap/5.1.3 /js/bootstrap.bundle.min.js} "> </ script >
77- < script th:src ="@{/webjars/font-awesome/6.1.1 /js/all.js} "> </ script >
76+ < script th:src ="@{/webjars/bootstrap/5.2.0 /js/bootstrap.bundle.min.js} "> </ script >
77+ < script th:src ="@{/webjars/font-awesome/6.1.2 /js/all.js} "> </ script >
7878 < script th:src ="@{/webjars/ckeditor/31.0.0/classic/ckeditor.js} "> </ script >
7979 < script th:src ="@{/js/application.js} "> </ script >
8080 < script th:inline ="javascript ">
You can’t perform that action at this time.
0 commit comments