File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/resources/templates/layout Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 84
84
<webjars .jquery.version>3.6.1</webjars .jquery.version>
85
85
<webjars .popper.js.version>2.9.3</webjars .popper.js.version>
86
86
<webjars .bootstrap.version>5.2.2</webjars .bootstrap.version>
87
- <webjars .font-awesome.version>6.1.2 </webjars .font-awesome.version>
87
+ <webjars .font-awesome.version>6.2.0 </webjars .font-awesome.version>
88
88
<opencsv .version>5.7.0</opencsv .version>
89
89
90
90
<!-- Unit and Integration Testing -->
Original file line number Diff line number Diff line change 14
14
< meta name ="description " content ="Your Todo-List for Getting Things Done. ">
15
15
< title th:replace ="${headtitle} "> SimpleWorklist</ title >
16
16
< link th:href ="@{/webjars/bootstrap/5.2.2/css/bootstrap.min.css} " rel ="stylesheet "/>
17
- < link th:href ="@{/webjars/font-awesome/6.1.2 /css/all.min.css} " rel ="stylesheet "/>
17
+ < link th:href ="@{/webjars/font-awesome/6.2.0 /css/all.min.css} " rel ="stylesheet "/>
18
18
< link href ="https://fonts.googleapis.com/css?family=Lato|Varela+Round " rel ="stylesheet ">
19
19
< link th:href ="@{/css/main.css} " rel ="stylesheet "/>
20
20
< link rel ="apple-touch-icon " sizes ="57x57 " th:href ="@{/img/favicon/apple-icon-57x57.png} ">
109
109
< script th:src ="@{/webjars/jquery/3.6.0/jquery.js} "> </ script >
110
110
< script th:src ="@{/webjars/popper.js/2.9.3/umd/popper.min.js} "> </ script >
111
111
< script th:src ="@{/webjars/bootstrap/5.2.2/js/bootstrap.bundle.min.js} "> </ script >
112
- < script th:src ="@{/webjars/font-awesome/6.1.2 /js/all.js} "> </ script >
112
+ < script th:src ="@{/webjars/font-awesome/6.2.0 /js/all.js} "> </ script >
113
113
< script th:src ="@{/js/application.js} "> </ script >
114
114
< script th:inline ="javascript ">
115
115
ClassicEditor
You can’t perform that action at this time.
0 commit comments