Skip to content

Commit

Permalink
1.2.76
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed Apr 5, 2021
1 parent 4fadfd0 commit dbc4a95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.75_preview_03</version>
<version>1.2.76</version>

<packaging>jar</packaging>
<name>fastjson</name>
Expand Down Expand Up @@ -524,14 +524,14 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.1.51</version>
<version>1.4.21</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-reflect</artifactId>
<version>1.1.51</version>
<version>1.4.21</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit dbc4a95

Please sign in to comment.