This is an automated email from the ASF dual-hosted git repository.
songxiaosheng pushed a commit to branch 3.2.0
in repository https://gitbox.apache.org/repos/asf/dubbo-spi-extensions.git
The following commit(s) were added to refs/heads/3.2.0 by this push:
new a1e91a1 ⬆️ upgrade dubbo version in rpc rmi (#276)
a1e91a1 is described below
commit a1e91a16338128ee852193e0dbba9e6918db4c6b
Author: xiaosheng <[email protected]>
AuthorDate: Fri Jan 12 22:02:06 2024 +0800
⬆️ upgrade dubbo version in rpc rmi (#276)
* Bump org.apache.avro:avro in /dubbo-extensions-dependencies-bom (#252)
Bumps org.apache.avro:avro from 1.8.2 to 1.11.3.
---
updated-dependencies:
- dependency-name: org.apache.avro:avro
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: xiaosheng <[email protected]>
* :arrow_up: webservice upgrade dubbo3.2
* :arrow_up: webservice upgrade dubbo3.2
* Update NOTICE to 2024
* :arrow_up: upgrade dubbo version in rpc rmi
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Albumen Kevin <[email protected]>
---
NOTICE | 2 +-
dubbo-extensions-dependencies-bom/pom.xml | 2 +-
dubbo-rpc-extensions/dubbo-rpc-rmi/pom.xml | 6 +++++-
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/NOTICE b/NOTICE
index 80fab2e..6eac862 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
Apache Dubbo
-Copyright 2018-2022 The Apache Software Foundation
+Copyright 2018-2024 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
diff --git a/dubbo-extensions-dependencies-bom/pom.xml
b/dubbo-extensions-dependencies-bom/pom.xml
index 2570a69..6baf554 100644
--- a/dubbo-extensions-dependencies-bom/pom.xml
+++ b/dubbo-extensions-dependencies-bom/pom.xml
@@ -108,7 +108,7 @@
<jaxb_version>2.2.7</jaxb_version>
<activation_version>1.2.0</activation_version>
<cxf_version>3.1.15</cxf_version>
- <avro_version>1.8.2</avro_version>
+ <avro_version>1.11.3</avro_version>
<fastjson_version>1.2.83</fastjson_version>
<fst_version>2.48-jdk-6</fst_version>
<fury_version>0.2.0</fury_version>
diff --git a/dubbo-rpc-extensions/dubbo-rpc-rmi/pom.xml
b/dubbo-rpc-extensions/dubbo-rpc-rmi/pom.xml
index c9facd7..f1e991f 100644
--- a/dubbo-rpc-extensions/dubbo-rpc-rmi/pom.xml
+++ b/dubbo-rpc-extensions/dubbo-rpc-rmi/pom.xml
@@ -25,21 +25,25 @@
</parent>
<artifactId>dubbo-rpc-rmi</artifactId>
<packaging>jar</packaging>
- <version>1.0.2-SNAPSHOT</version>
+ <version>3.2.0-SNAPSHOT</version>
<description>The rmi rpc module of dubbo project</description>
<properties>
<skip_maven_deploy>false</skip_maven_deploy>
+ <dubbo.version>3.2.9</dubbo.version>
+
</properties>
<dependencies>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-rpc-api</artifactId>
<optional>true</optional>
+ <version>${dubbo.version}</version>
</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-cluster</artifactId>
<optional>true</optional>
+ <version>${dubbo.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>