This is an automated email from the ASF dual-hosted git repository.
crazyhzm 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 5175e032da Bump org.webjars:swagger-ui from 5.20.1 to 5.20.6 (#15300)
5175e032da is described below
commit 5175e032da5731f1a69ba0bdf851ed7dc513b5b8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Apr 12 14:51:59 2025 +0800
Bump org.webjars:swagger-ui from 5.20.1 to 5.20.6 (#15300)
Bumps [org.webjars:swagger-ui](https://github.com/swagger-api/swagger-ui)
from 5.20.1 to 5.20.6.
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
-
[Changelog](https://github.com/swagger-api/swagger-ui/blob/master/.releaserc)
-
[Commits](https://github.com/swagger-api/swagger-ui/compare/v5.20.1...v5.20.6)
---
updated-dependencies:
- dependency-name: org.webjars:swagger-ui
dependency-version: 5.20.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 45590dce19..1926d0addd 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.29</swagger-annotations.version>
- <swagger-ui.version>5.20.1</swagger-ui.version>
+ <swagger-ui.version>5.20.6</swagger-ui.version>
<redoc.version>2.2.0</redoc.version>
<webjars-locator.version>1.0.1</webjars-locator.version>
<therapi.version>0.15.0</therapi.version>