This is an automated email from the ASF dual-hosted git repository.
alexstocks pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git
The following commit(s) were added to refs/heads/main by this push:
new f0f314dd Build(deps): bump org.apache.dubbo:dubbo (#654)
f0f314dd is described below
commit f0f314dd50c8f6693bd7bd668e694df0689f10c2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 28 00:50:39 2023 +0800
Build(deps): bump org.apache.dubbo:dubbo (#654)
Bumps [org.apache.dubbo:dubbo](https://github.com/apache/dubbo) from 3.0.5
to 3.0.13.
- [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.0.5...dubbo-3.0.13)
---
updated-dependencies:
- dependency-name: org.apache.dubbo:dubbo
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
compatibility/registry/servicediscovery/zookeeper/java-client/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/compatibility/registry/servicediscovery/zookeeper/java-client/pom.xml
b/compatibility/registry/servicediscovery/zookeeper/java-client/pom.xml
index 820f8736..99ac62ad 100644
--- a/compatibility/registry/servicediscovery/zookeeper/java-client/pom.xml
+++ b/compatibility/registry/servicediscovery/zookeeper/java-client/pom.xml
@@ -27,7 +27,7 @@
<properties>
<source.level>1.8</source.level>
<target.level>1.8</target.level>
- <dubbo.version>3.0.5</dubbo.version>
+ <dubbo.version>3.0.13</dubbo.version>
<junit.version>4.13.1</junit.version>
<spring-test.version>4.3.16.RELEASE</spring-test.version>
<maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version>