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 83
83
<!-- Webjars -->
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
- <webjars .bootstrap.version>5.2.0 </webjars .bootstrap.version>
86
+ <webjars .bootstrap.version>5.2.2 </webjars .bootstrap.version>
87
87
<webjars .font-awesome.version>6.1.2</webjars .font-awesome.version>
88
88
<opencsv .version>5.7.0</opencsv .version>
89
89
Original file line number Diff line number Diff line change 13
13
< meta name ="author " content ="Thomas Woehlke ">
14
14
< meta name ="description " content ="Your Todo-List for Getting Things Done. ">
15
15
< title th:replace ="${headtitle} "> SimpleWorklist</ title >
16
- < link th:href ="@{/webjars/bootstrap/5.2.0 /css/bootstrap.min.css} " rel ="stylesheet "/>
16
+ < link th:href ="@{/webjars/bootstrap/5.2.2 /css/bootstrap.min.css} " rel ="stylesheet "/>
17
17
< link th:href ="@{/webjars/font-awesome/6.1.2/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 "/>
108
108
< script th:src ="@{/js/google-analytics.js} "> </ script >
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
- < script th:src ="@{/webjars/bootstrap/5.2.0 /js/bootstrap.bundle.min.js} "> </ script >
111
+ < script th:src ="@{/webjars/bootstrap/5.2.2 /js/bootstrap.bundle.min.js} "> </ script >
112
112
< script th:src ="@{/webjars/font-awesome/6.1.2/js/all.js} "> </ script >
113
113
< script th:src ="@{/js/application.js} "> </ script >
114
114
< script th:inline ="javascript ">
You can’t perform that action at this time.
0 commit comments