Skip to content

Commit 3093e41

Browse files
committed
work
1 parent cae8334 commit 3093e41

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.idea/dataSources.local.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,14 @@
8888
<!-- Webjars -->
8989
<webjars.jquery.version>3.6.0</webjars.jquery.version>
9090
<webjars.popper.js.version>2.9.3</webjars.popper.js.version>
91-
<webjars.bootstrap.version>5.1.3</webjars.bootstrap.version>
92-
<webjars.font-awesome.version>6.1.1</webjars.font-awesome.version>
91+
<webjars.bootstrap.version>5.2.0</webjars.bootstrap.version>
92+
<webjars.font-awesome.version>6.1.2</webjars.font-awesome.version>
9393
<webjars.ckeditor.version>31.0.0</webjars.ckeditor.version>
9494
<opencsv.version>5.3</opencsv.version>
9595

9696
<!-- Unit and Integration Testing -->
9797
<skipTests>true</skipTests>
98+
9899
<xmlunit.version>2.9.0</xmlunit.version>
99100
<htmlunit.version>2.63.0</htmlunit.version>
100101
<groovy-all.version>2.4.21</groovy-all.version>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
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.1.3/css/bootstrap.min.css}" rel="stylesheet"/>
17-
<link th:href="@{/webjars/font-awesome/6.1.1/css/all.min.css}" rel="stylesheet"/>
16+
<link th:href="@{/webjars/bootstrap/5.2.0/css/bootstrap.min.css}" rel="stylesheet"/>
17+
<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"/>
2020
<!--/* Per-page placeholder for additional links */-->
@@ -73,8 +73,8 @@
7373
<script th:src="@{/js/google-analytics.js}"></script>
7474
<script th:src="@{/webjars/jquery/3.6.0/jquery.js}"></script>
7575
<script th:src="@{/webjars/popper.js/2.9.3/umd/popper.min.js}"></script>
76-
<script th:src="@{/webjars/bootstrap/5.1.3/js/bootstrap.bundle.min.js}"></script>
77-
<script th:src="@{/webjars/font-awesome/6.1.1/js/all.js}"></script>
76+
<script th:src="@{/webjars/bootstrap/5.2.0/js/bootstrap.bundle.min.js}"></script>
77+
<script th:src="@{/webjars/font-awesome/6.1.2/js/all.js}"></script>
7878
<script th:src="@{/webjars/ckeditor/31.0.0/classic/ckeditor.js}"></script>
7979
<script th:src="@{/js/application.js}"></script>
8080
<script th:inline="javascript">

0 commit comments

Comments
 (0)