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
2 changes: 1 addition & 1 deletion LICENSE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ 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
org.apache.avro:avro:1.11.4
org.apache.avro:avro:1.11.5

--------------------------------------------------------------------------------
This product bundles various third-party components under other open source
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<guava.version>33.4.8-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.4</avro.version>
<avro.version>1.11.5</avro.version>

<!--
Transient dependencies which are not bundled but are depended on by those
Expand Down
Loading