We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 192d433 commit 9eeae4dCopy full SHA for 9eeae4d
1 file changed
dubbo-plugin/dubbo-rest-openapi/pom.xml
@@ -29,7 +29,7 @@
29
<properties>
30
<swagger-annotations.version>2.2.32</swagger-annotations.version>
31
<swagger-ui.version>5.22.0</swagger-ui.version>
32
- <redoc.version>2.2.0</redoc.version>
+ <redoc.version>2.3.0</redoc.version>
33
<webjars-locator.version>1.0.1</webjars-locator.version>
34
<therapi.version>0.15.0</therapi.version>
35
</properties>
@@ -54,7 +54,7 @@
54
<dependency>
55
<groupId>org.webjars</groupId>
56
<artifactId>redoc</artifactId>
57
- <version>2.3.0</version>
+ <version>${redoc.version}</version>
58
</dependency>
59
60
0 commit comments