Skip to content

Commit 463d783

Browse files
committed
YARN-11606. Upgrade fst to 2.57
1 parent 2b1378c commit 463d783

File tree

2 files changed

+2
-4
lines changed
  • hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice

2 files changed

+2
-4
lines changed

LICENSE-binary

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,6 @@ com.aliyun:aliyun-java-sdk-ram:3.1.0
216216
com.aliyun:aliyun-java-sdk-sts:3.0.0
217217
com.aliyun.oss:aliyun-sdk-oss:3.13.2
218218
com.amazonaws:aws-java-sdk-bundle:1.12.499
219-
com.cedarsoftware:java-util:1.9.0
220-
com.cedarsoftware:json-io:2.5.1
221219
com.fasterxml.jackson.core:jackson-annotations:2.12.7
222220
com.fasterxml.jackson.core:jackson-core:2.12.7
223221
com.fasterxml.jackson.core:jackson-databind:2.12.7.1
@@ -249,7 +247,7 @@ commons-collections:commons-collections:3.2.2
249247
commons-daemon:commons-daemon:1.0.13
250248
commons-io:commons-io:2.14.0
251249
commons-net:commons-net:3.9.0
252-
de.ruedigermoeller:fst:2.50
250+
de.ruedigermoeller:fst:2.57
253251
io.grpc:grpc-api:1.26.0
254252
io.grpc:grpc-context:1.26.0
255253
io.grpc:grpc-core:1.26.0

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
<dependency>
224224
<groupId>de.ruedigermoeller</groupId>
225225
<artifactId>fst</artifactId>
226-
<version>2.50</version>
226+
<version>2.57</version>
227227
<exclusions>
228228
<exclusion>
229229
<groupId>org.javassist</groupId>

0 commit comments

Comments
 (0)