This is an automated email from the ASF dual-hosted git repository.
rainyu 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 00e0bacddf Bump org.webjars:swagger-ui from 5.22.0 to 5.31.0 (#15944)
00e0bacddf is described below
commit 00e0bacddfa46358f2791f187c58930064672bfe
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 2 21:39:26 2026 +0800
Bump org.webjars:swagger-ui from 5.22.0 to 5.31.0 (#15944)
Bumps [org.webjars:swagger-ui](https://github.com/swagger-api/swagger-ui)
from 5.22.0 to 5.31.0.
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
-
[Commits](https://github.com/swagger-api/swagger-ui/compare/v5.22.0...v5.31.0)
---
updated-dependencies:
- dependency-name: org.webjars:swagger-ui
dependency-version: 5.31.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
dubbo-plugin/dubbo-rest-openapi/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dubbo-plugin/dubbo-rest-openapi/pom.xml
b/dubbo-plugin/dubbo-rest-openapi/pom.xml
index 75c027ae95..64ed9adc33 100644
--- a/dubbo-plugin/dubbo-rest-openapi/pom.xml
+++ b/dubbo-plugin/dubbo-rest-openapi/pom.xml
@@ -28,7 +28,7 @@
<properties>
<swagger-annotations.version>2.2.41</swagger-annotations.version>
- <swagger-ui.version>5.22.0</swagger-ui.version>
+ <swagger-ui.version>5.31.0</swagger-ui.version>
<redoc.version>2.5.1</redoc.version>
<webjars-locator.version>1.1.3</webjars-locator.version>
<therapi.version>0.15.0</therapi.version>