Skip to content

Commit

Permalink
⬆️ upgrade dubbo version in rpc rmi (apache#276)
Browse files Browse the repository at this point in the history
* Bump org.apache.avro:avro in /dubbo-extensions-dependencies-bom (apache#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]>

* ⬆️ webservice upgrade dubbo3.2

* ⬆️ webservice upgrade dubbo3.2

* Update NOTICE to 2024

* ⬆️ 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]>
  • Loading branch information
3 people committed Jan 12, 2024
1 parent c1a462a commit a1e91a1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -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/).
Expand Down
2 changes: 1 addition & 1 deletion dubbo-extensions-dependencies-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 5 additions & 1 deletion dubbo-rpc-extensions/dubbo-rpc-rmi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit a1e91a1

Please sign in to comment.