Skip to content

Commit

Permalink
Bump the azure group across 1 directory with 2 updates (#218)
Browse files Browse the repository at this point in the history
Bumps the azure group with 2 updates in the / directory: [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) and [Azure.ResourceManager.PostgreSql](https://github.com/Azure/azure-sdk-for-net).


Updates `Azure.Identity` from 1.13.0 to 1.13.1
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.13.0...Azure.Identity_1.13.1)

Updates `Azure.ResourceManager.PostgreSql` from 1.1.3 to 1.2.0
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.ResourceManager.PostgreSql_1.1.3...Azure.ResourceManager.PostgreSql_1.2.0)

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: azure
- dependency-name: Azure.ResourceManager.PostgreSql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: azure
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 6432039 commit c164cc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tingle.AzureCleaner/Tingle.AzureCleaner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@

<ItemGroup>
<PackageReference Include="AspNetCore.Authentication.Basic" Version="8.0.0" />
<PackageReference Include="Azure.Identity" Version="1.13.0" />
<PackageReference Include="Azure.Identity" Version="1.13.1" />
<PackageReference Include="Azure.ResourceManager.AppContainers" Version="1.3.0" />
<PackageReference Include="Azure.ResourceManager.AppService" Version="1.2.0" />
<PackageReference Include="Azure.ResourceManager.ContainerInstance" Version="1.2.1" />
<PackageReference Include="Azure.ResourceManager.ContainerService" Version="1.2.2" />
<PackageReference Include="Azure.ResourceManager.CosmosDB" Version="1.3.2" />
<PackageReference Include="Azure.ResourceManager.ManagedServiceIdentities" Version="1.2.3" />
<PackageReference Include="Azure.ResourceManager.MySql" Version="1.1.0" />
<PackageReference Include="Azure.ResourceManager.PostgreSql" Version="1.1.3" />
<PackageReference Include="Azure.ResourceManager.PostgreSql" Version="1.2.0" />
<PackageReference Include="Azure.ResourceManager.Sql" Version="1.2.1" />
<PackageReference Include="KubernetesClient" Version="15.0.1" />
<PackageReference Include="Macross.Json.Extensions" Version="3.0.0" />
Expand Down

0 comments on commit c164cc5

Please sign in to comment.