Skip to content

Commit a3faedb

Browse files
committed
work
1 parent 0bbb78d commit a3faedb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<!-- Webjars -->
8484
<webjars.jquery.version>3.6.1</webjars.jquery.version>
8585
<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>
8787
<webjars.font-awesome.version>6.1.2</webjars.font-awesome.version>
8888
<opencsv.version>5.7.0</opencsv.version>
8989

src/main/resources/templates/layout/page.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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.2.0/css/bootstrap.min.css}" rel="stylesheet"/>
16+
<link th:href="@{/webjars/bootstrap/5.2.2/css/bootstrap.min.css}" rel="stylesheet"/>
1717
<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"/>
@@ -108,7 +108,7 @@
108108
<script th:src="@{/js/google-analytics.js}"></script>
109109
<script th:src="@{/webjars/jquery/3.6.0/jquery.js}"></script>
110110
<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>
112112
<script th:src="@{/webjars/font-awesome/6.1.2/js/all.js}"></script>
113113
<script th:src="@{/js/application.js}"></script>
114114
<script th:inline="javascript">

0 commit comments

Comments
 (0)