We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e83bada commit dbd30bcCopy full SHA for dbd30bc
1 file changed
pom.xml
@@ -10,7 +10,7 @@
10
<parent>
11
<groupId>org.springframework.boot</groupId>
12
<artifactId>spring-boot-starter-parent</artifactId>
13
- <version>2.0.1.RELEASE</version>
+ <version>2.0.7.RELEASE</version>
14
<relativePath/>
15
</parent>
16
<name>java-getting-started</name>
@@ -19,7 +19,7 @@
19
<java.version>1.8</java.version>
20
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
21
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
22
- <webjars-bootstrap.version>4.1.0</webjars-bootstrap.version>
+ <webjars-bootstrap.version>4.1.3</webjars-bootstrap.version>
23
<webjars-jquery-ui.version>1.12.1</webjars-jquery-ui.version>
24
<webjars-jquery.version>3.3.1-1</webjars-jquery.version>
25
</properties>
0 commit comments