Skip to content

Commit 854fac9

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 8ef9fad commit 854fac9

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,11 @@
300300
<version>${webjars.jquery.version}</version>
301301
</dependency>
302302
<dependency>
303-
<groupId>org.webjars</groupId>
303+
<groupId>org.webjars.npm</groupId>
304+
<version>${webjars.popper.js.version}</version>
305+
</dependency>
306+
<dependency>
307+
<groupId>org.webjars.npm</groupId>
304308
<artifactId>bootstrap</artifactId>
305309
<version>${webjars.bootstrap.version}</version>
306310
</dependency>
@@ -569,6 +573,10 @@
569573
<groupId>org.webjars</groupId>
570574
<artifactId>jquery</artifactId>
571575
</dependency>
576+
<dependency>
577+
<groupId>org.webjars</groupId>
578+
<artifactId>popper.js</artifactId>
579+
</dependency>
572580
<dependency>
573581
<groupId>org.webjars</groupId>
574582
<artifactId>bootstrap</artifactId>

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/1.16.1/umd/popper.min.js}"></script>
75+
<script th:src="@{/webjars/popper.js/2.5.4/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)