From 9c2887a6152fd217a2d72b1f4c0ac7de0e494154 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 21:56:26 +0000 Subject: [PATCH] Bump dubbo from 2.5.3 to 2.6.9 in /Chapter9-2-1/compute-service Bumps [dubbo](https://github.com/apache/incubator-dubbo) from 2.5.3 to 2.6.9. - [Release notes](https://github.com/apache/incubator-dubbo/releases) - [Changelog](https://github.com/apache/dubbo/blob/3.0/CHANGES.md) - [Commits](https://github.com/apache/incubator-dubbo/compare/dubbo-2.5.3...dubbo-2.6.9) --- updated-dependencies: - dependency-name: com.alibaba:dubbo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Chapter9-2-1/compute-service/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter9-2-1/compute-service/pom.xml b/Chapter9-2-1/compute-service/pom.xml index 89aed4d..3a3c35c 100644 --- a/Chapter9-2-1/compute-service/pom.xml +++ b/Chapter9-2-1/compute-service/pom.xml @@ -38,7 +38,7 @@ com.alibaba dubbo - 2.5.3 + 2.6.9 spring