Skip to content

Commit 18f7f1e

Browse files
Merge pull request #394 from gdrossi46/main
[SecurityFix] Updating alibaba fastjson to take care of CVE-2022-25845
2 parents 67b090e + 558a2a1 commit 18f7f1e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ limitations under the License.
6161
<scala.binary.version>2.12</scala.binary.version>
6262
<guava.version>31.1-jre</guava.version>
6363
<shading.prefix>com.starrocks.shade</shading.prefix>
64+
<alibaba-fastjson.version>1.2.83</alibaba-fastjson.version>
6465
</properties>
6566

6667
<dependencies>
@@ -117,7 +118,7 @@ limitations under the License.
117118
<dependency>
118119
<groupId>com.alibaba</groupId>
119120
<artifactId>fastjson</artifactId>
120-
<version>1.2.75</version>
121+
<version>${alibaba-fastjson.version}</version>
121122
</dependency>
122123
<dependency>
123124
<groupId>mysql</groupId>

0 commit comments

Comments
 (0)