File tree Expand file tree Collapse file tree
src/main/resources/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 244244 <dependency >
245245 <groupId >org.webjars</groupId >
246246 <artifactId >bootstrap</artifactId >
247- <version >3.3.7 </version >
247+ <version >3.4.1 </version >
248248 </dependency >
249249 <dependency >
250250 <groupId >org.webjars</groupId >
251251 <artifactId >jquery</artifactId >
252- <version >3.3.1 </version >
252+ <version >3.5.0 </version >
253253 </dependency >
254254
255255 <!-- Amazon S3 -->
Original file line number Diff line number Diff line change 2828< head lang ="en ">
2929 < title > Error</ title >
3030 < meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 " />
31- < link rel ="stylesheet " media ="screen " th:href ="@{/webjars/bootstrap/3.3.7 /css/bootstrap.min.css} "/>
31+ < link rel ="stylesheet " media ="screen " th:href ="@{/webjars/bootstrap/3.4.1 /css/bootstrap.min.css} "/>
3232 < link rel ="stylesheet " media ="screen " th:href ="@{/css/error.css} "/>
33- < script th:src ="@{/webjars/jquery/3.3.1 /jquery.min.js} "> </ script >
34- < script th:src ="@{/webjars/bootstrap/3.3.7 /js/bootstrap.min.js} "> </ script >
33+ < script th:src ="@{/webjars/jquery/3.5.0 /jquery.min.js} "> </ script >
34+ < script th:src ="@{/webjars/bootstrap/3.4.1 /js/bootstrap.min.js} "> </ script >
3535</ head >
3636
3737< body >
Original file line number Diff line number Diff line change 2828< head lang ="en ">
2929 < title th:text ="${title} "> </ title >
3030 < meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 " />
31- < link rel ="stylesheet " media ="screen " th:href ="@{/webjars/bootstrap/3.3.7 /css/bootstrap.min.css} "/>
31+ < link rel ="stylesheet " media ="screen " th:href ="@{/webjars/bootstrap/3.4.1 /css/bootstrap.min.css} "/>
3232 < link rel ="stylesheet " media ="screen " th:href ="@{/css/login.css} "/>
3333 < link rel ="stylesheet " media ="screen " type ="text/css " href ="https://cdn.jsdelivr.net/bootstrap-social/5.1.1/bootstrap-social.css "/>
3434 < link rel ="stylesheet " media ="screen " type ="text/css " href ="https://cdn.jsdelivr.net/fontawesome/4.7.0/css/font-awesome.min.css "/>
35- < script th:src ="@{/webjars/jquery/3.3.1 /jquery.min.js} "> </ script >
36- < script th:src ="@{/webjars/bootstrap/3.3.7 /js/bootstrap.min.js} "> </ script >
35+ < script th:src ="@{/webjars/jquery/3.5.0 /jquery.min.js} "> </ script >
36+ < script th:src ="@{/webjars/bootstrap/3.4.1 /js/bootstrap.min.js} "> </ script >
3737</ head >
3838
3939< body >
You can’t perform that action at this time.
0 commit comments