This is an automated email from the ASF dual-hosted git repository.

alexstocks pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new 4484ca3f Build(deps): bump dubbo in /rpc/triple/hessian2/java-server 
(#454)
4484ca3f is described below

commit 4484ca3f92e7b4bc56b00b231f7faf704976616f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Oct 23 10:10:27 2022 +0800

    Build(deps): bump dubbo in /rpc/triple/hessian2/java-server (#454)
    
    Bumps [dubbo](https://github.com/apache/dubbo) from 3.0.5 to 3.0.12.
    - [Release notes](https://github.com/apache/dubbo/releases)
    - [Changelog](https://github.com/apache/dubbo/blob/3.1/CHANGES.md)
    - 
[Commits](https://github.com/apache/dubbo/compare/dubbo-3.0.5...dubbo-3.0.12)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.dubbo:dubbo
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 rpc/triple/hessian2/java-server/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rpc/triple/hessian2/java-server/pom.xml 
b/rpc/triple/hessian2/java-server/pom.xml
index 6fee98bc..33398619 100644
--- a/rpc/triple/hessian2/java-server/pom.xml
+++ b/rpc/triple/hessian2/java-server/pom.xml
@@ -29,7 +29,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.12</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>

Reply via email to