Skip to content

Commit

Permalink
upgrade aircompressor to 0.20 (#11790)
Browse files Browse the repository at this point in the history
Fix #11789

### Modification
upgrade aircompressor from 0.19 to 0.20
  • Loading branch information
hangc0276 committed Aug 26, 2021
1 parent 12aef52 commit 051f52d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion distribution/server/src/assemble/LICENSE.bin.txt
Expand Up @@ -419,7 +419,7 @@ The Apache Software License, Version 2.0
- org.apache.httpcomponents-httpclient-4.5.13.jar
- org.apache.httpcomponents-httpcore-4.4.13.jar
* AirCompressor
- io.airlift-aircompressor-0.19.jar
- io.airlift-aircompressor-0.20.jar
* AsyncHttpClient
- org.asynchttpclient-async-http-client-2.12.1.jar
- org.asynchttpclient-async-http-client-netty-utils-2.12.1.jar
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -166,7 +166,7 @@ flexible messaging model and an intuitive client API.</description>
<kafka.confluent.schemaregistryclient.version>5.3.0</kafka.confluent.schemaregistryclient.version>
<kafka.confluent.avroserializer.version>5.3.0</kafka.confluent.avroserializer.version>
<kafka-avro-convert-jackson.version>1.9.13</kafka-avro-convert-jackson.version>
<aircompressor.version>0.19</aircompressor.version>
<aircompressor.version>0.20</aircompressor.version>
<asynchttpclient.version>2.12.1</asynchttpclient.version>
<jcommander.version>1.78</jcommander.version>
<commons-lang3.version>3.11</commons-lang3.version>
Expand Down
2 changes: 1 addition & 1 deletion pulsar-sql/presto-distribution/LICENSE
Expand Up @@ -276,7 +276,7 @@ The Apache Software License, Version 2.0
* CGLIB Nodep
- cglib-nodep-3.3.0.jar
* Airlift
- aircompressor-0.19.jar
- aircompressor-0.20.jar
- airline-0.8.jar
- bootstrap-0.199.jar
- bootstrap-0.195.jar
Expand Down

0 comments on commit 051f52d

Please sign in to comment.