Skip to content

Commit dbd30bc

Browse files
committed
Upgrade to Spring 2.0.7
1 parent e83bada commit dbd30bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.springframework.boot</groupId>
1212
<artifactId>spring-boot-starter-parent</artifactId>
13-
<version>2.0.1.RELEASE</version>
13+
<version>2.0.7.RELEASE</version>
1414
<relativePath/>
1515
</parent>
1616
<name>java-getting-started</name>
@@ -19,7 +19,7 @@
1919
<java.version>1.8</java.version>
2020
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2121
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
22-
<webjars-bootstrap.version>4.1.0</webjars-bootstrap.version>
22+
<webjars-bootstrap.version>4.1.3</webjars-bootstrap.version>
2323
<webjars-jquery-ui.version>1.12.1</webjars-jquery-ui.version>
2424
<webjars-jquery.version>3.3.1-1</webjars-jquery.version>
2525
</properties>

0 commit comments

Comments
 (0)