Skip to content

Commit db8a163

Browse files
committed
Update dependency versions for Spring and WebJars
1 parent ccedfb0 commit db8a163

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
<parent>
1111
<groupId>org.springframework.boot</groupId>
1212
<artifactId>spring-boot-starter-parent</artifactId>
13-
<version>1.5.2.RELEASE</version>
13+
<version>1.5.10.RELEASE</version>
1414
</parent>
1515
<name>java-getting-started</name>
1616

1717
<properties>
1818
<java.version>1.8</java.version>
1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2020
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
21-
<webjars-bootstrap.version>3.3.6</webjars-bootstrap.version>
22-
<webjars-jquery-ui.version>1.11.4</webjars-jquery-ui.version>
23-
<webjars-jquery.version>2.2.4</webjars-jquery.version>
21+
<webjars-bootstrap.version>4.0.0</webjars-bootstrap.version>
22+
<webjars-jquery-ui.version>1.12.1</webjars-jquery-ui.version>
23+
<webjars-jquery.version>3.3.1</webjars-jquery.version>
2424
<thymeleaf.version>3.0.2.RELEASE</thymeleaf.version>
2525
</properties>
2626

0 commit comments

Comments
 (0)