Skip to content

Commit

Permalink
⬆️ version to 3.2.x fix fastjson test bug
Browse files Browse the repository at this point in the history
  • Loading branch information
songxiaosheng committed Jan 31, 2024
1 parent 08a1a75 commit dd978d8
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,30 +33,35 @@
<spring.version>4.3.30.RELEASE</spring.version>
<dubbo.serialization.version>3.2.0-SNAPSHOT</dubbo.serialization.version>
<maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version>
<dubbo.version>3.2.10</dubbo.version>
</properties>


<dependencies>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo</artifactId>
<version>${dubbo.version}</version>
</dependency>

<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-dependencies-zookeeper</artifactId>
<version>${dubbo.version}</version>
<type>pom</type>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>${spring.version}</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit dd978d8

Please sign in to comment.