This is an automated email from the ASF dual-hosted git repository.
earthchen 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 63fe8c3a98 build(deps): bump org.webjars:swagger-ui from 5.31.2 to
5.32.0 (#16115)
63fe8c3a98 is described below
commit 63fe8c3a982a554ba40cd5e62f07d74cebb45e39
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 18 15:36:29 2026 +0800
build(deps): bump org.webjars:swagger-ui from 5.31.2 to 5.32.0 (#16115)
Bumps [org.webjars:swagger-ui](https://github.com/swagger-api/swagger-ui)
from 5.31.2 to 5.32.0.
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
-
[Commits](https://github.com/swagger-api/swagger-ui/compare/v5.31.2...v5.32.0)
---
updated-dependencies:
- dependency-name: org.webjars:swagger-ui
dependency-version: 5.32.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>
Co-authored-by: zrlw <[email protected]>
---
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 8f3b9883c7..982ff28f7f 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.45</swagger-annotations.version>
- <swagger-ui.version>5.31.2</swagger-ui.version>
+ <swagger-ui.version>5.32.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>