Skip to content

Commit

Permalink
[C#] bump: (deps): Bump the production group
Browse files Browse the repository at this point in the history
Bumps the production group in /dotnet/packages/Microsoft.TeamsAI with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [Azure.AI.ContentSafety](https://github.com/Azure/azure-sdk-for-net) | `1.0.0-beta.1` | `1.0.0` |
| [Azure.AI.OpenAI](https://github.com/Azure/azure-sdk-for-net) | `1.0.0-beta.12` | `1.0.0-beta.13` |
| [JsonSchema.Net](https://github.com/gregsdennis/json-everything) | `5.3.1` | `5.5.1` |
| [Microsoft.Bot.Builder](https://github.com/Microsoft/botbuilder-dotnet) | `4.21.1` | `4.22.2` |
| [Microsoft.Bot.Builder.Dialogs](https://github.com/Microsoft/botbuilder-dotnet) | `4.21.1` | `4.22.2` |
| [Microsoft.Bot.Builder.Integration.AspNet.Core](https://github.com/Microsoft/botbuilder-dotnet) | `4.21.1` | `4.22.2` |
| [Microsoft.Bot.Builder](https://github.com/Microsoft/botbuilder-dotnet) | `4.21.1` | `4.22.2` |
| [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) | `4.57.0` | `4.59.0` |
| [SharpToken](https://github.com/dmitry-brazhenko/SharpToken) | `1.2.15` | `1.2.17` |


Updates `Azure.AI.ContentSafety` from 1.0.0-beta.1 to 1.0.0
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.AI.ContentSafety_1.0.0-beta.1...Azure.AI.ContentSafety_1.0.0)

Updates `Azure.AI.OpenAI` from 1.0.0-beta.12 to 1.0.0-beta.13
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.AI.OpenAI_1.0.0-beta.12...Azure.AI.OpenAI_1.0.0-beta.13)

Updates `JsonSchema.Net` from 5.3.1 to 5.5.1
- [Commits](https://github.com/gregsdennis/json-everything/commits/schema-v5.5.1)

Updates `Microsoft.Bot.Builder` from 4.21.1 to 4.22.2
- [Release notes](https://github.com/Microsoft/botbuilder-dotnet/releases)
- [Changelog](https://github.com/microsoft/botbuilder-dotnet/blob/main/Changes.md)
- [Commits](microsoft/botbuilder-dotnet@4.21.1...4.22.2)

Updates `Microsoft.Bot.Builder.Dialogs` from 4.21.1 to 4.22.2
- [Release notes](https://github.com/Microsoft/botbuilder-dotnet/releases)
- [Changelog](https://github.com/microsoft/botbuilder-dotnet/blob/main/Changes.md)
- [Commits](microsoft/botbuilder-dotnet@4.21.1...4.22.2)

Updates `Microsoft.Bot.Builder.Integration.AspNet.Core` from 4.21.1 to 4.22.2
- [Release notes](https://github.com/Microsoft/botbuilder-dotnet/releases)
- [Changelog](https://github.com/microsoft/botbuilder-dotnet/blob/main/Changes.md)
- [Commits](microsoft/botbuilder-dotnet@4.21.1...4.22.2)

Updates `Microsoft.Bot.Builder` from 4.21.1 to 4.22.2
- [Release notes](https://github.com/Microsoft/botbuilder-dotnet/releases)
- [Changelog](https://github.com/microsoft/botbuilder-dotnet/blob/main/Changes.md)
- [Commits](microsoft/botbuilder-dotnet@4.21.1...4.22.2)

Updates `Microsoft.Identity.Client` from 4.57.0 to 4.59.0
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/main/CHANGELOG.md)
- [Commits](AzureAD/microsoft-authentication-library-for-dotnet@4.57.0...4.59.0)

Updates `SharpToken` from 1.2.15 to 1.2.17
- [Release notes](https://github.com/dmitry-brazhenko/SharpToken/releases)
- [Commits](dmitry-brazhenko/SharpToken@1.2.15...1.2.17)

---
updated-dependencies:
- dependency-name: Azure.AI.ContentSafety
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: Azure.AI.OpenAI
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: JsonSchema.Net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: Microsoft.Bot.Builder
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: Microsoft.Bot.Builder.Dialogs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: Microsoft.Bot.Builder.Integration.AspNet.Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: Microsoft.Bot.Builder
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: Microsoft.Identity.Client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: SharpToken
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 27, 2024
1 parent 330ed90 commit 8e6d9d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.21.1" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.57.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="SharpToken" Version="1.2.15" />
<PackageReference Include="SharpToken" Version="1.2.17" />
<PackageReference Include="System.Text.Json" Version="7.0.4" />
</ItemGroup>

Expand Down

0 comments on commit 8e6d9d0

Please sign in to comment.