We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67b090e + 558a2a1 commit 18f7f1eCopy full SHA for 18f7f1e
1 file changed
pom.xml
@@ -61,6 +61,7 @@ limitations under the License.
61
<scala.binary.version>2.12</scala.binary.version>
62
<guava.version>31.1-jre</guava.version>
63
<shading.prefix>com.starrocks.shade</shading.prefix>
64
+ <alibaba-fastjson.version>1.2.83</alibaba-fastjson.version>
65
</properties>
66
67
<dependencies>
@@ -117,7 +118,7 @@ limitations under the License.
117
118
<dependency>
119
<groupId>com.alibaba</groupId>
120
<artifactId>fastjson</artifactId>
- <version>1.2.75</version>
121
+ <version>${alibaba-fastjson.version}</version>
122
</dependency>
123
124
<groupId>mysql</groupId>
0 commit comments