Skip to content

Commit 8ff850f

Browse files
committed
Upgrade versions: spring-boot to 2.4.2 and swagger-ui to 3.40
1 parent e51e3a9 commit 8ff850f

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
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
1313
<artifactId>spring-boot-starter-parent</artifactId>
14-
<version>2.4.0</version>
14+
<version>2.4.2</version>
1515
</parent>
1616

1717
<licenses>
@@ -67,7 +67,7 @@
6767
<maven-release-plugin.version>2.5.3</maven-release-plugin.version>
6868
<nexus-staging-maven-plugin>1.6.8</nexus-staging-maven-plugin>
6969
<swagger-api.version>2.1.6</swagger-api.version>
70-
<swagger-ui.version>3.38.0</swagger-ui.version>
70+
<swagger-ui.version>3.40.0</swagger-ui.version>
7171
<spring-security-oauth2.version>2.3.8.RELEASE</spring-security-oauth2.version>
7272
<classgraph.version>4.8.69</classgraph.version>
7373
<webjars-locator-core.version>0.45</webjars-locator-core.version>

0 commit comments

Comments
 (0)