Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions distribution/server/src/assemble/LICENSE.bin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -450,8 +450,8 @@ The Apache Software License, Version 2.0
* zt-zip
- org.zeroturnaround-zt-zip-1.17.jar
* Apache Avro
- org.apache.avro-avro-1.11.4.jar
- org.apache.avro-avro-protobuf-1.11.4.jar
- org.apache.avro-avro-1.11.5.jar
- org.apache.avro-avro-protobuf-1.11.5.jar
* Apache Curator
- org.apache.curator-curator-client-5.7.1.jar
- org.apache.curator-curator-framework-5.7.1.jar
Expand Down
4 changes: 2 additions & 2 deletions distribution/shell/src/assemble/LICENSE.bin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -411,8 +411,8 @@ The Apache Software License, Version 2.0
* Google Error Prone Annotations - error_prone_annotations-2.5.1.jar
* Javassist -- javassist-3.25.0-GA.jar
* Apache Avro
- avro-1.11.4.jar
- avro-protobuf-1.11.4.jar
- avro-1.11.5.jar
- avro-protobuf-1.11.5.jar
* Spotify completable-futures -- completable-futures-0.3.6.jar

BSD 3-clause "New" or "Revised" License
Expand Down
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ flexible messaging model and an intuitive client API.</description>
<rabbitmq-client.version>5.18.0</rabbitmq-client.version>
<aws-sdk.version>1.12.788</aws-sdk.version>
<aws-sdk2.version>2.32.28</aws-sdk2.version>
<avro.version>1.11.4</avro.version>
<avro.version>1.11.5</avro.version>
<joda.version>2.10.10</joda.version>
<jclouds.version>2.6.0</jclouds.version>
<guice.version>5.1.0</guice.version>
Expand Down Expand Up @@ -1718,6 +1718,8 @@ flexible messaging model and an intuitive client API.</description>
<testRetryCount>${testRetryCount}</testRetryCount>
<testFailFast>${testFailFast}</testFailFast>
<testFailFastFile>${testFailFastFile}</testFailFastFile>
<!-- See https://github.com/apache/avro/pull/3376 -->
<org.apache.avro.SERIALIZABLE_CLASSES>java.math.BigDecimal,java.math.BigInteger,java.net.URI,java.net.URL,java.io.File,java.lang.Integer</org.apache.avro.SERIALIZABLE_CLASSES>
</systemPropertyVariables>
<properties>
<property>
Expand Down
4 changes: 2 additions & 2 deletions pulsar-sql/presto-distribution/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,8 @@ The Apache Software License, Version 2.0
* OpenCSV
- opencsv-2.3.jar
* Avro
- avro-1.11.4.jar
- avro-protobuf-1.11.4.jar
- avro-1.11.5.jar
- avro-protobuf-1.11.5.jar
* Caffeine
- caffeine-2.9.1.jar
* Javax
Expand Down
Loading