Skip to content

Commit 93531c9

Browse files
Bump the nuget group across 6 directories with 1 update
Bumps the nuget group with 1 update in the /libraries/Microsoft.Bot.AdaptiveExpressions.Core directory: System.Text.Json. Bumps the nuget group with 1 update in the /libraries/Microsoft.Bot.Builder.AI.LUIS directory: System.Text.Json. Bumps the nuget group with 1 update in the /libraries/Microsoft.Bot.Builder.AI.QnA directory: System.Text.Json. Bumps the nuget group with 1 update in the /libraries/Microsoft.Bot.Builder.Azure.Blobs directory: System.Text.Json. Bumps the nuget group with 1 update in the /libraries/Microsoft.Bot.Builder.Azure.Queues directory: System.Text.Json. Bumps the nuget group with 1 update in the /libraries/Microsoft.Bot.Builder.Dialogs.Adaptive directory: System.Text.Json. Updates `System.Text.Json` from 8.0.4 to 8.0.5 Updates `System.Text.Json` from 8.0.4 to 8.0.5 Updates `System.Text.Json` from 8.0.4 to 8.0.5 Updates `System.Text.Json` from 8.0.4 to 8.0.5 Updates `System.Text.Json` from 8.0.4 to 8.0.5 Updates `System.Text.Json` from 8.0.4 to 8.0.5 --- updated-dependencies: - dependency-name: System.Text.Json dependency-type: direct:production dependency-group: nuget - dependency-name: System.Text.Json dependency-type: direct:production dependency-group: nuget - dependency-name: System.Text.Json dependency-type: direct:production dependency-group: nuget - dependency-name: System.Text.Json dependency-type: direct:production dependency-group: nuget - dependency-name: System.Text.Json dependency-type: direct:production dependency-group: nuget - dependency-name: System.Text.Json dependency-type: direct:production dependency-group: nuget ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent febe212 commit 93531c9

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

libraries/Microsoft.Bot.AdaptiveExpressions.Core/Microsoft.Bot.AdaptiveExpressions.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<PrivateAssets>all</PrivateAssets>
4141
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4242
</PackageReference>
43-
<PackageReference Include="System.Text.Json" Version="8.0.4" />
43+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
4444
</ItemGroup>
4545

4646
<ItemGroup>

libraries/Microsoft.Bot.Builder.AI.LUIS/Microsoft.Bot.Builder.AI.Luis.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<ItemGroup>
3434
<!-- Force System.Text.Json to a safe version. -->
35-
<PackageReference Include="System.Text.Json" Version="8.0.4" />
35+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
3636
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
3737
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.2" />
3838
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />

libraries/Microsoft.Bot.Builder.AI.QnA/Microsoft.Bot.Builder.AI.QnA.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<ItemGroup>
3333
<!-- Force System.Text.Json to a safe version. -->
34-
<PackageReference Include="System.Text.Json" Version="8.0.4" />
34+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
3535
<PackageReference Include="Microsoft.Bot.Configuration" Condition=" '$(ReleasePackageVersion)' == '' " Version="$(LocalPackageVersion)" />
3636
<PackageReference Include="Microsoft.Bot.Configuration" Condition=" '$(ReleasePackageVersion)' != '' " Version="$(ReleasePackageVersion)" />
3737
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Declarative" Condition=" '$(ReleasePackageVersion)' == '' " Version="$(LocalPackageVersion)" />

libraries/Microsoft.Bot.Builder.Azure.Blobs/Microsoft.Bot.Builder.Azure.Blobs.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<ItemGroup>
2424
<!-- Force System.Text.Json to a safe version. -->
25-
<PackageReference Include="System.Text.Json" Version="8.0.4" />
25+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
2626
<PackageReference Include="Azure.Storage.Blobs" Version="12.21.1" />
2727
<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="2.3.24" />
2828
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />

libraries/Microsoft.Bot.Builder.Azure.Queues/Microsoft.Bot.Builder.Azure.Queues.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<ItemGroup>
3434
<!-- Force System.Text.Json to a safe version. -->
35-
<PackageReference Include="System.Text.Json" Version="8.0.4" />
35+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
3636
<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="2.3.24" />
3737
<PackageReference Include="Azure.Storage.Queues" Version="12.19.1" />
3838
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />

libraries/Microsoft.Bot.Builder.Dialogs.Adaptive/Microsoft.Bot.Builder.Dialogs.Adaptive.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
<ItemGroup>
4242
<!-- Force System.Text.Json to a safe version. -->
43-
<PackageReference Include="System.Text.Json" Version="8.0.4" />
43+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
4444
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Declarative" Condition=" '$(ReleasePackageVersion)' == '' " Version="$(LocalPackageVersion)" />
4545
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Declarative" Condition=" '$(ReleasePackageVersion)' != '' " Version="$(ReleasePackageVersion)" />
4646
<PackageReference Include="Microsoft.Bot.Builder.LanguageGeneration" Condition=" '$(ReleasePackageVersion)' == '' " Version="$(LocalPackageVersion)" />

0 commit comments

Comments
 (0)