Skip to content

Commit 9581005

Browse files
authored
Merge pull request #412 from sawant-abhijeet/patch-1
upgrade webjars/swagger-ui to latest vesion
2 parents 529fa98 + 696a533 commit 9581005

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
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.springdoc</groupId>
44
<artifactId>springdoc-openapi</artifactId>
5-
<version>1.2.31-SNAPSHOT</version>
5+
<version>1.2.32-SNAPSHOT</version>
66
<packaging>pom</packaging>
77
<name>Spring openapi documentation generator</name>
88
<description>Spring openapi documentation generator</description>
@@ -69,7 +69,7 @@
6969
<maven-release-plugin.version>2.5.3</maven-release-plugin.version>
7070
<nexus-staging-maven-plugin>1.6.8</nexus-staging-maven-plugin>
7171
<swagger-api.version>2.1.1</swagger-api.version>
72-
<swagger-ui.version>3.24.3</swagger-ui.version>
72+
<swagger-ui.version>3.25.0</swagger-ui.version>
7373
<webjars-locator.version>0.38</webjars-locator.version>
7474
<spring-security-oauth2.version>2.3.8.RELEASE</spring-security-oauth2.version>
7575
</properties>

0 commit comments

Comments
 (0)