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 fd15b76900 build(deps): bump io.swagger.core.v3:swagger-annotations
(#16104)
fd15b76900 is described below
commit fd15b76900ae6534ec8bdb45c3e94f75cfd8dfa5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 3 16:00:36 2026 +0800
build(deps): bump io.swagger.core.v3:swagger-annotations (#16104)
Bumps io.swagger.core.v3:swagger-annotations from 2.2.42 to 2.2.43.
---
updated-dependencies:
- dependency-name: io.swagger.core.v3:swagger-annotations
dependency-version: 2.2.43
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 6e788c971c..26acc06f7d 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.42</swagger-annotations.version>
+ <swagger-annotations.version>2.2.43</swagger-annotations.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>