Skip to content
Closed
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
2 changes: 1 addition & 1 deletion distribution/server/src/assemble/LICENSE.bin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ The Apache Software License, Version 2.0
* zt-zip
- org.zeroturnaround-zt-zip-1.17.jar
* Apache Avro
- org.apache.avro-avro-1.12.0.jar
- org.apache.avro-avro-1.12.1.jar
- org.apache.avro-avro-protobuf-1.12.0.jar
* Apache Curator
- org.apache.curator-curator-client-5.7.1.jar
Expand Down
2 changes: 1 addition & 1 deletion distribution/shell/src/assemble/LICENSE.bin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ The Apache Software License, Version 2.0
* Google Error Prone Annotations - error_prone_annotations-2.45.0.jar
* Javassist -- javassist-3.25.0-GA.jar
* Apache Avro
- avro-1.12.0.jar
- avro-1.12.1.jar
- avro-protobuf-1.12.0.jar
* RE2j -- re2j-1.8.jar
* Spotify completable-futures -- completable-futures-0.3.6.jar
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ bouncycastle-bcpkix-fips = "2.0.11"
bouncycastle-bcutil-fips = "2.0.6"
bouncycastle-bc-fips = "2.0.1"
# Serialization
avro = "1.12.0"
avro = "1.12.1"
gson = "2.13.2"
snakeyaml = "2.0"
# Vert.x
Expand Down
Loading