From 8bfd0ff959798d84ac6753c2f3b59526e5e33b39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 13:55:36 +0000 Subject: [PATCH] chore(deps): bump dubbo.version from 3.2.9 to 3.2.10 Bumps `dubbo.version` from 3.2.9 to 3.2.10. Updates `org.apache.dubbo:dubbo-common` from 3.2.9 to 3.2.10 - [Release notes](https://github.com/apache/dubbo/releases) - [Changelog](https://github.com/apache/dubbo/blob/3.2/CHANGES.md) - [Commits](https://github.com/apache/dubbo/compare/dubbo-3.2.9...dubbo-3.2.10) Updates `org.apache.dubbo:dubbo-filter-validation` from 3.2.9 to 3.2.10 - [Release notes](https://github.com/apache/dubbo/releases) - [Changelog](https://github.com/apache/dubbo/blob/3.2/CHANGES.md) - [Commits](https://github.com/apache/dubbo/compare/dubbo-3.2.9...dubbo-3.2.10) Updates `org.apache.dubbo:dubbo-config-spring` from 3.2.9 to 3.2.10 - [Release notes](https://github.com/apache/dubbo/releases) - [Changelog](https://github.com/apache/dubbo/blob/3.2/CHANGES.md) - [Commits](https://github.com/apache/dubbo/compare/dubbo-3.2.9...dubbo-3.2.10) Updates `org.apache.dubbo:dubbo-remoting-netty4` from 3.2.9 to 3.2.10 - [Release notes](https://github.com/apache/dubbo/releases) - [Changelog](https://github.com/apache/dubbo/blob/3.2/CHANGES.md) - [Commits](https://github.com/apache/dubbo/compare/dubbo-3.2.9...dubbo-3.2.10) Updates `org.apache.dubbo:dubbo-remoting-zookeeper-curator5` from 3.2.9 to 3.2.10 - [Release notes](https://github.com/apache/dubbo/releases) - [Changelog](https://github.com/apache/dubbo/blob/3.2/CHANGES.md) - [Commits](https://github.com/apache/dubbo/compare/dubbo-3.2.9...dubbo-3.2.10) Updates `org.apache.dubbo:dubbo-rpc-triple` from 3.2.9 to 3.2.10 - [Release notes](https://github.com/apache/dubbo/releases) - [Changelog](https://github.com/apache/dubbo/blob/3.2/CHANGES.md) - [Commits](https://github.com/apache/dubbo/compare/dubbo-3.2.9...dubbo-3.2.10) Updates `org.apache.dubbo:dubbo-rpc-dubbo` from 3.2.9 to 3.2.10 - [Release notes](https://github.com/apache/dubbo/releases) - [Changelog](https://github.com/apache/dubbo/blob/3.2/CHANGES.md) - [Commits](https://github.com/apache/dubbo/compare/dubbo-3.2.9...dubbo-3.2.10) Updates `org.apache.dubbo:dubbo-registry-zookeeper` from 3.2.9 to 3.2.10 - [Release notes](https://github.com/apache/dubbo/releases) - [Changelog](https://github.com/apache/dubbo/blob/3.2/CHANGES.md) - [Commits](https://github.com/apache/dubbo/compare/dubbo-3.2.9...dubbo-3.2.10) Updates `org.apache.dubbo:dubbo-serialization-hessian2` from 3.2.9 to 3.2.10 - [Release notes](https://github.com/apache/dubbo/releases) - [Changelog](https://github.com/apache/dubbo/blob/3.2/CHANGES.md) - [Commits](https://github.com/apache/dubbo/compare/dubbo-3.2.9...dubbo-3.2.10) Updates `org.apache.dubbo:dubbo-serialization-fastjson2` from 3.2.9 to 3.2.10 - [Release notes](https://github.com/apache/dubbo/releases) - [Changelog](https://github.com/apache/dubbo/blob/3.2/CHANGES.md) - [Commits](https://github.com/apache/dubbo/compare/dubbo-3.2.9...dubbo-3.2.10) Updates `org.apache.dubbo:dubbo-metadata-report-zookeeper` from 3.2.9 to 3.2.10 - [Release notes](https://github.com/apache/dubbo/releases) - [Changelog](https://github.com/apache/dubbo/blob/3.2/CHANGES.md) - [Commits](https://github.com/apache/dubbo/compare/dubbo-3.2.9...dubbo-3.2.10) --- updated-dependencies: - dependency-name: org.apache.dubbo:dubbo-common dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.dubbo:dubbo-filter-validation dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.dubbo:dubbo-config-spring dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.dubbo:dubbo-remoting-netty4 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.dubbo:dubbo-remoting-zookeeper-curator5 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.dubbo:dubbo-rpc-triple dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.dubbo:dubbo-rpc-dubbo dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.dubbo:dubbo-registry-zookeeper dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.dubbo:dubbo-serialization-hessian2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.dubbo:dubbo-serialization-fastjson2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.dubbo:dubbo-metadata-report-zookeeper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1191a83..b4d7528 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ 1.25.0 1.9.4 2.15.1 - 3.2.9 + 3.2.10 1.2.20 3.3.3 2.0.43 -- GitLab