Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

update: change to version 2.0.31 in README.md #4397

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Fastjson is a Java library that can be used to convert Java Objects into their J
## Gradle via JCenter

``` groovy
compile 'com.alibaba:fastjson:2.0.28'
compile 'com.alibaba:fastjson:2.0.31'
```


Expand All @@ -72,7 +72,7 @@ Please see this [Wiki Download Page][Wiki] for more repository info.
Fastjson is released under the [Apache 2.0 license](license.txt).

```
Copyright 1999-2020 Alibaba Group Holding Ltd.
Copyright 1999-2023 Alibaba Group Holding Ltd.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down