This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-benchmark.git
The following commit(s) were added to refs/heads/master by this push:
new 3e53a99 Bump dubbo from 3.1.0 to 3.1.1 (#34)
3e53a99 is described below
commit 3e53a996f9cb46ce6b037e28986725e5c1769da9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 8 18:39:07 2023 +0800
Bump dubbo from 3.1.0 to 3.1.1 (#34)
Bumps [dubbo](https://github.com/apache/dubbo) from 3.1.0 to 3.1.1.
- [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.1.0...dubbo-3.1.1)
---
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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 00bc031..c3ff9f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
<properties>
<java.source>1.8</java.source>
<java.target>1.8</java.target>
- <dubbo.version>3.1.0</dubbo.version>
+ <dubbo.version>3.1.1</dubbo.version>
<netty.version>4.1.25.Final</netty.version>
<kryo.version>4.0.2</kryo.version>
<kryo-serializers.version>0.42</kryo-serializers.version>