Skip to content

Commit 9c68f09

Browse files
committed
* fixed #302 update Spring-Boot to Version to 2.3.7
* Issue #303 update Spring-Boot to Version to 2.4.1 * fixed #304 update webjars for bootstrap et al. * fixed #305 Update spring-data-releasetrain to latest GA * fixed #306 Update spring-session-bom to latest GA
1 parent 9083343 commit 9c68f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
</footer>
7373
<script th:src="@{/js/google-analytics.js}"></script>
7474
<script th:src="@{/webjars/jquery/3.5.1/jquery.js}"></script>
75-
<script th:src="@{/webjars/popper.js/2.5.4/umd/popper.min.js}"></script>
75+
<script th:src="@{/webjars/popper.js/1.16.1/umd/popper.min.js}"></script>
7676
<script th:src="@{/webjars/bootstrap/4.5.3/js/bootstrap.bundle.js}"></script>
7777
<script th:src="@{/webjars/font-awesome/5.15.1/js/all.js}"></script>
7878
<!--/* Per-page placeholder for additional links */-->

0 commit comments

Comments
 (0)