Skip to content

Commit e522c31

Browse files
committed
Update dependencies
1 parent 5ac441f commit e522c31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 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.0.RELEASE</version>
13+
<version>2.0.1.RELEASE</version>
1414
<relativePath/>
1515
</parent>
1616
<name>java-getting-started</name>
@@ -19,9 +19,9 @@
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.0.0</webjars-bootstrap.version>
22+
<webjars-bootstrap.version>4.1.0</webjars-bootstrap.version>
2323
<webjars-jquery-ui.version>1.12.1</webjars-jquery-ui.version>
24-
<webjars-jquery.version>3.3.1</webjars-jquery.version>
24+
<webjars-jquery.version>3.3.1-1</webjars-jquery.version>
2525
</properties>
2626

2727
<dependencies>

0 commit comments

Comments
 (0)