Skip to content

Commit c43e027

Browse files
authored
Merge pull request #60 from atc-net/fix/azure_cosmos_version
Update version to remove vulnerabilities from Microsoft.Azure.Cosmos dependencies
2 parents 27c3a1a + ab71f47 commit c43e027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Atc.Cosmos/Atc.Cosmos.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" />
1515
<PackageReference Include="System.Text.Json" Version="8.0.4" />
1616
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.41.0-preview.0" Condition="$(IsPreview)" />
17-
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.40.0" Condition="!$(IsPreview)" />
17+
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.43.1" Condition="!$(IsPreview)" />
1818
</ItemGroup>
1919

2020
<ItemGroup Condition="$(TargetFramework) == 'netstandard2.0'">

0 commit comments

Comments
 (0)