Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 15, 2023
1 parent 791beb3 commit 882f826
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />
</ItemGroup>
<ItemGroup Label="PulumiPackages">
<PackageVersion Include="Pulumi.AzureAD" Version="5.32.0" />
<PackageVersion Include="Pulumi.Kubernetes" Version="3.23.1" />
<PackageVersion Include="Pulumi.AzureAD" Version="5.40.0" />
<PackageVersion Include="Pulumi.Kubernetes" Version="3.30.2" />
<PackageVersion Include="Pulumi.Command" Version="4.5.0" />
<PackageVersion Include="Pulumi.AzureNative" Version="1.90.0" />
<PackageVersion Include="Pulumi.Random" Version="4.8.2" />
<PackageVersion Include="Pulumi.AzureNative" Version="1.104.0" />
<PackageVersion Include="Pulumi.Random" Version="4.13.4" />
</ItemGroup>
<ItemGroup Label="ThirdParty">
<PackageVersion Include="FluentValidation" Version="11.4.0" />
<PackageVersion Include="FluentValidation" Version="11.7.1" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"isRoot": true,
"tools": {
"cake.tool": {
"version": "3.0.0",
"version": "3.1.0",
"commands": [
"dotnet-cake"
]
},
"minver-cli": {
"version": "4.2.0",
"version": "4.3.0",
"commands": [
"minver"
]
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "7.0.101",
"version": "7.0.401",
"rollForward": "latestFeature",
"allowPrerelease": false
}
Expand Down

0 comments on commit 882f826

Please sign in to comment.