Skip to content

Commit 923f4c0

Browse files
authored
Merge pull request #1027 from microsoftgraph/chore/aggregate-dependabot-updates
chore(deps): aggregate dependabot dependency updates
2 parents 7d7aebb + 22aa370 commit 923f4c0

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/auto-merge-dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: Dependabot metadata
2121
id: metadata
22-
uses: dependabot/fetch-metadata@v2.4.0
22+
uses: dependabot/fetch-metadata@v2.5.0
2323
with:
2424
github-token: "${{ secrets.GITHUB_TOKEN }}"
2525

.github/workflows/project-auto-add.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: Generate token
2020
id: generate_token
21-
uses: actions/create-github-app-token@v2
21+
uses: actions/create-github-app-token@v3
2222
with:
2323
app-id: ${{ secrets.GRAPHBOT_APP_ID }}
2424
private-key: ${{ secrets.GRAPHBOT_APP_PEM }}

.github/workflows/release-please-gha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Generate GitHub App token
2525
id: app-token
26-
uses: actions/create-github-app-token@v2
26+
uses: actions/create-github-app-token@v3
2727
with:
2828
app-id: ${{ vars.RELEASE_PLEASE_TOKEN_PROVIDER_APP_ID }}
2929
private-key: ${{ secrets.RELEASE_PLEASE_TOKEN_PROVIDER_PEM }}

src/Microsoft.Graph.Core/Microsoft.Graph.Core.csproj

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -64,22 +64,22 @@
6464
</ItemGroup>
6565
<!-- Verify all PackageReferences here are up to date before releasing new version -->
6666
<ItemGroup>
67-
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.15.0" />
68-
<PackageReference Include="Microsoft.IdentityModel.Validators" Version="8.6.1" />
67+
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.16.0" />
68+
<PackageReference Include="Microsoft.IdentityModel.Validators" Version="8.16.0" />
6969
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
70-
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.21.1" />
71-
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.21.1" />
72-
<PackageReference Include="Microsoft.Kiota.Serialization.Json" Version="1.21.1" />
73-
<PackageReference Include="Microsoft.Kiota.Serialization.Text" Version="1.21.1" />
74-
<PackageReference Include="Microsoft.Kiota.Serialization.Form" Version="1.21.1" />
75-
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.21.1" />
76-
<PackageReference Include="Microsoft.Kiota.Serialization.Multipart" Version="1.21.1" />
70+
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.22.1" />
71+
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.22.1" />
72+
<PackageReference Include="Microsoft.Kiota.Serialization.Json" Version="1.22.1" />
73+
<PackageReference Include="Microsoft.Kiota.Serialization.Text" Version="1.22.1" />
74+
<PackageReference Include="Microsoft.Kiota.Serialization.Form" Version="1.22.1" />
75+
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.22.1" />
76+
<PackageReference Include="Microsoft.Kiota.Serialization.Multipart" Version="1.22.1" />
7777
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.14.15">
7878
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
7979
<PrivateAssets>all</PrivateAssets>
8080
</PackageReference>
8181
</ItemGroup>
8282
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
83-
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="[6.0,)" />
83+
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="9.0.14" />
8484
</ItemGroup>
8585
</Project>

0 commit comments

Comments
 (0)