This is an automated email from the ASF dual-hosted git repository.

iemejia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/master by this push:
     new 1f746d4  Bump System.Reflection.Emit.ILGeneration in /lang/csharp
1f746d4 is described below

commit 1f746d4941ae80216295ce112b84353043be5395
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 20 08:25:18 2021 +0000

    Bump System.Reflection.Emit.ILGeneration in /lang/csharp
    
    Bumps 
[System.Reflection.Emit.ILGeneration](https://github.com/dotnet/corefx) from 
4.3.0 to 4.7.0.
    - [Release notes](https://github.com/dotnet/corefx/releases)
    - [Commits](https://github.com/dotnet/corefx/commits)
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 lang/csharp/src/apache/main/Avro.main.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/csharp/src/apache/main/Avro.main.csproj 
b/lang/csharp/src/apache/main/Avro.main.csproj
index 539143f..c73e888 100644
--- a/lang/csharp/src/apache/main/Avro.main.csproj
+++ b/lang/csharp/src/apache/main/Avro.main.csproj
@@ -63,7 +63,7 @@
     </PackageReference>
     <PackageReference Include="System.CodeDom" Version="4.4.0" />
     <PackageReference Include="System.Reflection" Version="4.3.0" />
-    <PackageReference Include="System.Reflection.Emit.ILGeneration" 
Version="4.3.0" />
+    <PackageReference Include="System.Reflection.Emit.ILGeneration" 
Version="4.7.0" />
     <PackageReference Include="System.Reflection.Emit.Lightweight" 
Version="4.3.0" />
   </ItemGroup>
 

Reply via email to