Skip to content
Merged
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
8 changes: 4 additions & 4 deletions LICENSE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -205,11 +205,11 @@
This project bundles some components that are also licensed under the Apache
License Version 2.0:

com.google.guava:guava:jar:33.4.8-jre
com.google.guava:guava:jar:33.5.0-jre
com.google.guava:failureaccess:jar:1.0.3
org.jspecify:jspecify:jar:1.0.0
com.google.errorprone:error_prone_annotations:jar:2.36.0
com.google.j2objc:j2objc-annotations:jar:3.0.0
com.google.errorprone:error_prone_annotations:jar:2.41.0
com.google.j2objc:j2objc-annotations:jar:3.1
org.apache.avro:avro:1.11.5

--------------------------------------------------------------------------------
Expand All @@ -225,4 +225,4 @@ com.google.protobuf:protobuf-java:3.25.8

MIT License
-----------
org.checkerframework:checker-qual:jar:3.51.1
org.checkerframework:checker-qual:jar:3.54.0
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<shaded.prefix>org.apache.hadoop.thirdparty</shaded.prefix>
<protobuf.shade.prefix>${shaded.prefix}.protobuf</protobuf.shade.prefix>
<protobuf_3.version>3.25.8</protobuf_3.version>
<guava.version>33.4.8-jre</guava.version>
<guava.version>33.5.0-jre</guava.version>
<!-- previous versions of guava included this, but they've stopped it. We reinsert it to the shaded guava artifact-->
<checkerframework.version>3.51.1</checkerframework.version>
<avro.version>1.11.5</avro.version>
Expand Down
Loading