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 5de6269683 build(deps): bump org.webjars:swagger-ui from 5.31.0 to
5.31.2 (#16106)
5de6269683 is described below
commit 5de6269683303f198cb8abebb9d5b19184e56d67
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 2 11:55:14 2026 +0800
build(deps): bump org.webjars:swagger-ui from 5.31.0 to 5.31.2 (#16106)
Bumps [org.webjars:swagger-ui](https://github.com/swagger-api/swagger-ui)
from 5.31.0 to 5.31.2.
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
-
[Commits](https://github.com/swagger-api/swagger-ui/compare/v5.31.0...v5.31.2)
---
updated-dependencies:
- dependency-name: org.webjars:swagger-ui
dependency-version: 5.31.2
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 761caaacc2..6e788c971c 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.42</swagger-annotations.version>
- <swagger-ui.version>5.31.0</swagger-ui.version>
+ <swagger-ui.version>5.31.2</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>