Skip to content

Commit e1ac129

Browse files
committed
[fix][sec] Upgrade avro to 1.12.1
1 parent 212ee6a commit e1ac129

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

distribution/server/src/assemble/LICENSE.bin.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -464,8 +464,8 @@ The Apache Software License, Version 2.0
464464
* zt-zip
465465
- org.zeroturnaround-zt-zip-1.17.jar
466466
* Apache Avro
467-
- org.apache.avro-avro-1.12.0.jar
468-
- org.apache.avro-avro-protobuf-1.12.0.jar
467+
- org.apache.avro-avro-1.12.1.jar
468+
- org.apache.avro-avro-protobuf-1.12.1.jar
469469
* Apache Curator
470470
- org.apache.curator-curator-client-5.7.1.jar
471471
- org.apache.curator-curator-framework-5.7.1.jar

distribution/shell/src/assemble/LICENSE.bin.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,8 +415,8 @@ The Apache Software License, Version 2.0
415415
* Google Error Prone Annotations - error_prone_annotations-2.38.0.jar
416416
* Javassist -- javassist-3.25.0-GA.jar
417417
* Apache Avro
418-
- avro-1.12.0.jar
419-
- avro-protobuf-1.12.0.jar
418+
- avro-1.12.1.jar
419+
- avro-protobuf-1.12.1.jar
420420
* RE2j -- re2j-1.8.jar
421421
* Spotify completable-futures -- completable-futures-0.3.6.jar
422422
* RoaringBitmap -- RoaringBitmap-1.2.0.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ flexible messaging model and an intuitive client API.</description>
235235
<rabbitmq-client.version>5.18.0</rabbitmq-client.version>
236236
<aws-sdk.version>1.12.788</aws-sdk.version>
237237
<aws-sdk2.version>2.32.28</aws-sdk2.version>
238-
<avro.version>1.12.0</avro.version>
238+
<avro.version>1.12.1</avro.version>
239239
<joda.version>2.10.10</joda.version>
240240
<jclouds.version>2.6.0</jclouds.version>
241241
<guice.version>5.1.0</guice.version>

0 commit comments

Comments
 (0)