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 0d9a998b84 Bump io.swagger.core.v3:swagger-annotations from 2.2.32 to
2.2.34 (#15478)
0d9a998b84 is described below
commit 0d9a998b84bf1375f458da2f75a30b6924d6b657
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 10 11:57:00 2025 +0800
Bump io.swagger.core.v3:swagger-annotations from 2.2.32 to 2.2.34 (#15478)
---
updated-dependencies:
- dependency-name: io.swagger.core.v3:swagger-annotations
dependency-version: 2.2.34
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>
Co-authored-by: Rain Yu <[email protected]>
Co-authored-by: earthchen <[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 8c1785cb8b..d887bcbbc4 100644
--- a/dubbo-plugin/dubbo-rest-openapi/pom.xml
+++ b/dubbo-plugin/dubbo-rest-openapi/pom.xml
@@ -27,7 +27,7 @@
<artifactId>dubbo-rest-openapi</artifactId>
<properties>
- <swagger-annotations.version>2.2.32</swagger-annotations.version>
+ <swagger-annotations.version>2.2.34</swagger-annotations.version>
<swagger-ui.version>5.22.0</swagger-ui.version>
<redoc.version>2.3.0</redoc.version>
<webjars-locator.version>1.1.2</webjars-locator.version>