This is an automated email from the ASF dual-hosted git repository.
zrlw pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.3 by this push:
new 9eeae4d2ea Fix redoc version property of dubbo-rest-openapi (#15584)
9eeae4d2ea is described below
commit 9eeae4d2eab968e8ea9e52bf0c6841c54a85f001
Author: zrlw <[email protected]>
AuthorDate: Fri Jul 25 09:45:19 2025 +0800
Fix redoc version property of dubbo-rest-openapi (#15584)
---
dubbo-plugin/dubbo-rest-openapi/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dubbo-plugin/dubbo-rest-openapi/pom.xml
b/dubbo-plugin/dubbo-rest-openapi/pom.xml
index b8d1f7b57b..b488a11668 100644
--- a/dubbo-plugin/dubbo-rest-openapi/pom.xml
+++ b/dubbo-plugin/dubbo-rest-openapi/pom.xml
@@ -29,7 +29,7 @@
<properties>
<swagger-annotations.version>2.2.32</swagger-annotations.version>
<swagger-ui.version>5.22.0</swagger-ui.version>
- <redoc.version>2.2.0</redoc.version>
+ <redoc.version>2.3.0</redoc.version>
<webjars-locator.version>1.0.1</webjars-locator.version>
<therapi.version>0.15.0</therapi.version>
</properties>
@@ -54,7 +54,7 @@
<dependency>
<groupId>org.webjars</groupId>
<artifactId>redoc</artifactId>
- <version>2.3.0</version>
+ <version>${redoc.version}</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>