Skip to content

Commit 400b6bd

Browse files
committed
Upgrade Springboot, Swagger UI and webjars locator dependencies
1 parent 2e600c6 commit 400b6bd

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
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.boot</groupId>
1414
<artifactId>spring-boot-starter-parent</artifactId>
15-
<version>2.2.0.RELEASE</version>
15+
<version>2.2.1.RELEASE</version>
1616
</parent>
1717

1818
<licenses>
@@ -68,8 +68,8 @@
6868
<maven-release-plugin.version>2.5.3</maven-release-plugin.version>
6969
<nexus-staging-maven-plugin>1.6.8</nexus-staging-maven-plugin>
7070
<swagger-api.version>2.1.0</swagger-api.version>
71-
<swagger-ui.version>3.24.0</swagger-ui.version>
72-
<webjars-locator.version>0.37</webjars-locator.version>
71+
<swagger-ui.version>3.24.3</swagger-ui.version>
72+
<webjars-locator.version>0.38</webjars-locator.version>
7373
</properties>
7474

7575
<dependencyManagement>

0 commit comments

Comments
 (0)