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:15:11 UTC

[avro] 01/01: AVRO-3337 C#: Bump Log4net to a newer version

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

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

commit a14ac530ae75978c8a8bd338c7b28800f76e39b4
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Mon Jan 31 09:14:00 2022 +0200

    AVRO-3337 C#: Bump Log4net to a newer version
    
    Signed-off-by: Martin Tzvetanov Grigorov <mg...@apache.org>
---
 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>