Tinkoff / Horarium

Horarium is the .Net library to manage background jobs
Apache License 2.0
56 stars 12 forks source link

Update packeges #45

Open RazvozzhaevPavel opened 3 years ago

nzeemin commented 1 year ago

dotnet-outdated analysis:

Discovering projects...
Analyzing project(s)...
Analyzing dependencies...
> Horarium.Test
  [.NETCoreApp,Version=v2.2]
  coverlet.msbuild           2.4.0  -> 3.2.0 
  Microsoft.NET.Test.Sdk     15.0.0 -> 17.3.2
  Moq                        4.10.1 -> 4.18.3
  System.Runtime             4.3.0  -> 4.3.1 
  System.Runtime.Extensions  4.3.0  -> 4.3.1 
  xunit                      2.4.1  -> 2.4.2 
  xunit.runner.visualstudio  2.4.1  -> 2.4.5 

> Horarium.Mongo
  [.NETStandard,Version=v2.0]
  MongoDB.Driver  2.8.1 -> 2.18.0

> Horarium.IntegrationTest
  [.NETCoreApp,Version=v2.2]
  Microsoft.NET.Test.Sdk     15.0.0 -> 17.3.2
  MongoDB.Driver             2.8.1  -> 2.18.0
  Moq                        4.10.1 -> 4.18.3
  SimpleInjector             4.0.12 -> 5.4.1 
  System.Runtime             4.3.0  -> 4.3.1 
  System.Runtime.Extensions  4.3.0  -> 4.3.1 
  xunit                      2.4.1  -> 2.4.2 
  xunit.runner.visualstudio  2.4.1  -> 2.4.5 

> Horarium
  [.NETStandard,Version=v2.0]
  Cronos             0.6.3 -> 0.7.1 
  Microsoft.CSharp   4.3.0 -> 4.7.0 
  Newtonsoft.Json    9.0.1 -> 13.0.2
  System.ValueTuple  4.3.0 -> 4.5.0 

> Horarium.AspNetCore
  [.NETStandard,Version=v2.0]
  Microsoft.Extensions.DependencyInjection.Abstractions  2.2.0 -> 7.0.0
  Microsoft.Extensions.Hosting                           2.2.0 -> 7.0.0
  Microsoft.Extensions.Logging                           2.2.0 -> 7.0.0

> Horarium.InMemory
  [.NETStandard,Version=v2.0]
  System.Threading.Channels  4.5.0 -> 7.0.0
nzeemin commented 1 year ago

Also, we have PR https://github.com/Tinkoff/Horarium/pull/49 related to the issue.