Skip to content

Commit 11cb485

Browse files
committed
work
1 parent a3faedb commit 11cb485

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
@@ -84,7 +84,7 @@
8484
<webjars.jquery.version>3.6.1</webjars.jquery.version>
8585
<webjars.popper.js.version>2.9.3</webjars.popper.js.version>
8686
<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>
8888
<opencsv.version>5.7.0</opencsv.version>
8989

9090
<!-- Unit and Integration Testing -->

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<meta name="description" content="Your Todo-List for Getting Things Done.">
1515
<title th:replace="${headtitle}">SimpleWorklist</title>
1616
<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"/>
1818
<link href="https://fonts.googleapis.com/css?family=Lato|Varela+Round" rel="stylesheet">
1919
<link th:href="@{/css/main.css}" rel="stylesheet"/>
2020
<link rel="apple-touch-icon" sizes="57x57" th:href="@{/img/favicon/apple-icon-57x57.png}">
@@ -109,7 +109,7 @@
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>
111111
<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>
113113
<script th:src="@{/js/application.js}"></script>
114114
<script th:inline="javascript">
115115
ClassicEditor

0 commit comments

Comments
 (0)