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 a310aa3909 build(deps): bump org.webjars:swagger-ui from 5.32.4 to
5.32.6 (#16304)
a310aa3909 is described below
commit a310aa39091c07087b25b03d53a9e4a9d329022a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 8 18:43:37 2026 +0800
build(deps): bump org.webjars:swagger-ui from 5.32.4 to 5.32.6 (#16304)
Bumps [org.webjars:swagger-ui](https://github.com/swagger-api/swagger-ui)
from 5.32.4 to 5.32.6.
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
-
[Commits](https://github.com/swagger-api/swagger-ui/compare/v5.32.4...v5.32.6)
---
updated-dependencies:
- dependency-name: org.webjars:swagger-ui
dependency-version: 5.32.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 3873433784..2a45e0722b 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.50</swagger-annotations.version>
- <swagger-ui.version>5.32.4</swagger-ui.version>
+ <swagger-ui.version>5.32.6</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>