Skip to content

Commit

Permalink
Bump Apache.Avro from 1.10.1 to 1.10.2 (#1566)
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Mar 18, 2021
1 parent f4f43ae commit 931426b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.6.3

## Fixes

- References Apache.Avro v1.10.2, which supports large strings [AVRO-3005](https://issues.apache.org/jira/browse/AVRO-3005).


# 1.6.2

## Enhancements
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Apache.Avro" Version="1.10.1" />
<PackageReference Include="Apache.Avro" Version="1.10.2" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Apache.Avro" Version="1.10.1" />
<PackageReference Include="Apache.Avro" Version="1.10.2" />
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.3.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" />
<PackageReference Include="xunit" Version="2.3.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReference Include="xunit" Version="2.2.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" />
<PackageReference Include="Google.Protobuf" Version="3.11.3" />
<PackageReference Include="Apache.Avro" Version="1.10.1" />
<PackageReference Include="Apache.Avro" Version="1.10.2" />
<PackageReference Include="System.Runtime" Version="4.3" />
</ItemGroup>

Expand Down

0 comments on commit 931426b

Please sign in to comment.