Skip to content

Commit 4b565a9

Browse files
authored
Update Bootstrap version to 5.3.8 in footer tag (#239)
1 parent b12d025 commit 4b565a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
22

33
<%-- Bootstrap --%>
4-
<spring:url value="/webjars/bootstrap/5.3.2/js/bootstrap.bundle.min.js" var="bootstrapJs"/>
4+
<spring:url value="/webjars/bootstrap/5.3.8/js/bootstrap.bundle.min.js" var="bootstrapJs"/>
55
<script src="${bootstrapJs}"></script>
66

0 commit comments

Comments
 (0)