Skip to content

Commit 1467e40

Browse files
committed
Update Bootstrap and jQuery
1 parent 3642ca2 commit 1467e40

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,12 +244,12 @@
244244
<dependency>
245245
<groupId>org.webjars</groupId>
246246
<artifactId>bootstrap</artifactId>
247-
<version>3.3.7</version>
247+
<version>3.4.1</version>
248248
</dependency>
249249
<dependency>
250250
<groupId>org.webjars</groupId>
251251
<artifactId>jquery</artifactId>
252-
<version>3.3.1</version>
252+
<version>3.5.0</version>
253253
</dependency>
254254

255255
<!-- Amazon S3 -->

src/main/resources/templates/error.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
<head lang="en">
2929
<title>Error</title>
3030
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
31-
<link rel="stylesheet" media="screen" th:href="@{/webjars/bootstrap/3.3.7/css/bootstrap.min.css}"/>
31+
<link rel="stylesheet" media="screen" th:href="@{/webjars/bootstrap/3.4.1/css/bootstrap.min.css}"/>
3232
<link rel="stylesheet" media="screen" th:href="@{/css/error.css}"/>
33-
<script th:src="@{/webjars/jquery/3.3.1/jquery.min.js}"></script>
34-
<script th:src="@{/webjars/bootstrap/3.3.7/js/bootstrap.min.js}"></script>
33+
<script th:src="@{/webjars/jquery/3.5.0/jquery.min.js}"></script>
34+
<script th:src="@{/webjars/bootstrap/3.4.1/js/bootstrap.min.js}"></script>
3535
</head>
3636

3737
<body>

src/main/resources/templates/login.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
<head lang="en">
2929
<title th:text="${title}"></title>
3030
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
31-
<link rel="stylesheet" media="screen" th:href="@{/webjars/bootstrap/3.3.7/css/bootstrap.min.css}"/>
31+
<link rel="stylesheet" media="screen" th:href="@{/webjars/bootstrap/3.4.1/css/bootstrap.min.css}"/>
3232
<link rel="stylesheet" media="screen" th:href="@{/css/login.css}"/>
3333
<link rel="stylesheet" media="screen" type="text/css" href="https://cdn.jsdelivr.net/bootstrap-social/5.1.1/bootstrap-social.css"/>
3434
<link rel="stylesheet" media="screen" type="text/css" href="https://cdn.jsdelivr.net/fontawesome/4.7.0/css/font-awesome.min.css"/>
35-
<script th:src="@{/webjars/jquery/3.3.1/jquery.min.js}"></script>
36-
<script th:src="@{/webjars/bootstrap/3.3.7/js/bootstrap.min.js}"></script>
35+
<script th:src="@{/webjars/jquery/3.5.0/jquery.min.js}"></script>
36+
<script th:src="@{/webjars/bootstrap/3.4.1/js/bootstrap.min.js}"></script>
3737
</head>
3838

3939
<body>

0 commit comments

Comments
 (0)