Skip to content

Commit edf875c

Browse files
Bump Microsoft.Azure.Cosmos from 3.44.1 to 3.45.0 (#39)
Bumps [Microsoft.Azure.Cosmos](https://github.com/Azure/azure-cosmos-dotnet-v3) from 3.44.1 to 3.45.0. - [Release notes](https://github.com/Azure/azure-cosmos-dotnet-v3/releases) - [Changelog](https://github.com/Azure/azure-cosmos-dotnet-v3/blob/master/changelog.md) - [Commits](Azure/azure-cosmos-dotnet-v3@3.44.1...3.45.0) --- updated-dependencies: - dependency-name: Microsoft.Azure.Cosmos dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f6cf4fd commit edf875c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Contacts.API/Contacts.API.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ItemGroup>
99
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="11.10.0" />
1010
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.6" />
11-
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.44.1" />
11+
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.45.0" />
1212
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.9.0" />
1313
</ItemGroup>
1414

Contacts.EventsProcessor/Contacts.EventsProcessor.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
<ItemGroup>
1010
<PackageReference Include="Azure.Messaging.ServiceBus" Version="7.18.2" />
1111
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
12-
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.44.1" />
12+
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.45.0" />
1313
</ItemGroup>
1414
</Project>

Contacts.Infrastructure/Contacts.Infrastructure.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<ItemGroup>
4-
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.44.1" />
4+
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.45.0" />
55
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" />
66
</ItemGroup>
77

Contacts.Tests/Contacts.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ItemGroup>
1010
<PackageReference Include="FluentValidation" Version="11.10.0" />
1111
<PackageReference Include="MediatR" Version="12.4.1" />
12-
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.44.1" />
12+
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.45.0" />
1313
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
1414
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
1515
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />

0 commit comments

Comments
 (0)