Skip to content

Commit eb6ed09

Browse files
Microsoft.Data.OData Version=5.8.4
1 parent c935a81 commit eb6ed09

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 2
2+
updates:
3+
# Enable version updates for NuGet
4+
- package-ecosystem: "nuget"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
open-pull-requests-limit: 10
9+
labels:
10+
- "dependencies"
11+
- "security"
12+
# Allow both direct and indirect dependencies
13+
allow:
14+
- dependency-type: "all"

src/ShippingRules.API/ShippingRules.API.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<PackageReference Include="System.Private.Uri" Version="4.3.0" />
3131

3232
<!-- Multiple CVEs: Security vulnerabilities in older version -->
33-
<PackageReference Include="Microsoft.Data.OData" Version="5.6.0" />
33+
<PackageReference Include="Microsoft.Data.OData" Version="5.8.4"/>
3434

3535
<!-- CVE-2021-26701: Remote Code Execution vulnerability -->
3636
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="4.3.0" />

0 commit comments

Comments
 (0)