Skip to content

Commit d4b67f7

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 854fac9 commit d4b67f7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@
301301
</dependency>
302302
<dependency>
303303
<groupId>org.webjars.npm</groupId>
304+
<artifactId>popper.js</artifactId>
304305
<version>${webjars.popper.js.version}</version>
305306
</dependency>
306307
<dependency>
@@ -574,11 +575,11 @@
574575
<artifactId>jquery</artifactId>
575576
</dependency>
576577
<dependency>
577-
<groupId>org.webjars</groupId>
578+
<groupId>org.webjars.npm</groupId>
578579
<artifactId>popper.js</artifactId>
579580
</dependency>
580581
<dependency>
581-
<groupId>org.webjars</groupId>
582+
<groupId>org.webjars.npm</groupId>
582583
<artifactId>bootstrap</artifactId>
583584
</dependency>
584585
<dependency>

0 commit comments

Comments
 (0)