Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 6, 2023
1 parent 003950a commit 88b36d8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
Condition="$(MSBuildProjectExtension) == '.csproj'"/>
<PackageReference
Include="SonarAnalyzer.CSharp"
Version="9.10.0.77988"
Version="9.11.0.78383"
PrivateAssets="all"
Condition="$(MSBuildProjectExtension) == '.csproj'"/>
<PackageReference Include="Roslynator.Analyzers" Version="4.5.0" PrivateAssets="All"/>
Expand Down
2 changes: 1 addition & 1 deletion src/KubeOps.Cli/KubeOps.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<ItemGroup>
<PackageReference Include="BouncyCastle.Cryptography" Version="2.2.1" />
<PackageReference Include="KubernetesClient" Version="12.0.16"/>
<PackageReference Include="KubernetesClient" Version="12.1.1"/>
<PackageReference Include="Microsoft.Build.Locator" Version="1.6.10" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.7.0"/>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.7.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KubernetesClient" Version="12.0.16"/>
<PackageReference Include="KubernetesClient" Version="12.1.1"/>
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/KubeOps.Operator/KubeOps.Operator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KubernetesClient" Version="12.0.16"/>
<PackageReference Include="KubernetesClient" Version="12.1.1"/>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1"/>
</ItemGroup>

Expand Down

0 comments on commit 88b36d8

Please sign in to comment.