You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2022/01/31 07:22:25 UTC

[avro] branch branch-1.11 updated: AVRO-3337 C#: Bump Log4net to a newer version (#1487)

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

mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/branch-1.11 by this push:
     new af76dcc  AVRO-3337 C#: Bump Log4net to a newer version (#1487)
af76dcc is described below

commit af76dccce0bf375109cbea11ad12a0df694361bd
Author: Martin Grigorov <ma...@users.noreply.github.com>
AuthorDate: Mon Jan 31 09:21:49 2022 +0200

    AVRO-3337 C#: Bump Log4net to a newer version (#1487)
    
    Signed-off-by: Martin Tzvetanov Grigorov <mg...@apache.org>
    (cherry picked from commit b3c582237398aee44d55c831ac1ad45b107b450a)
---
 lang/csharp/src/apache/ipc/Avro.ipc.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/csharp/src/apache/ipc/Avro.ipc.csproj b/lang/csharp/src/apache/ipc/Avro.ipc.csproj
index ba362f5..8e082b6 100644
--- a/lang/csharp/src/apache/ipc/Avro.ipc.csproj
+++ b/lang/csharp/src/apache/ipc/Avro.ipc.csproj
@@ -30,7 +30,7 @@
 
   <ItemGroup>
     <PackageReference Include="castle.core" Version="4.2.1" />
-    <PackageReference Include="log4net" Version="2.0.8" />
+    <PackageReference Include="log4net" Version="2.0.14" />
   </ItemGroup>
 
   <ItemGroup>