Skip to content

Commit

Permalink
Update dependency SonarAnalyzer.CSharp to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 26, 2024
1 parent d230f1e commit 96a683d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Boot.Metrics/Boot.Metrics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<PackageReference Include="OpenTelemetry.Instrumentation.Process" Version="0.5.0-beta.7"/>
<PackageReference Include="OpenTelemetry.Instrumentation.Runtime" Version="1.9.0"/>
<!-- Code style libraries -->
<PackageReference Include="SonarAnalyzer.CSharp" Version="9.32.0.97167" PrivateAssets="all"/>
<PackageReference Include="SonarAnalyzer.CSharp" Version="10.3.0.106239" PrivateAssets="all"/>
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556" PrivateAssets="all"/>
<AdditionalFiles Include="../stylecop.json"/>
</ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions Boot.Metrics/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@
},
"SonarAnalyzer.CSharp": {
"type": "Direct",
"requested": "[9.32.0.97167, )",
"resolved": "9.32.0.97167",
"contentHash": "Yxk86RV+8ynJpUhku1Yw2hITFmnmXKkXJ73cIFSy85ol5SnWREQg9RuTyV8nI7V7+pyLKpCfRmD7P0widsgjkg=="
"requested": "[10.3.0.106239, )",
"resolved": "10.3.0.106239",
"contentHash": "Ne5QHx0nUULk7PF+3GIQIC2EnFI93SPRilyqVY6US4JolZOCc9XyUKzvOVsufp7cyrqbOTL07U5mb6poYzllNQ=="
},
"StyleCop.Analyzers": {
"type": "Direct",
Expand Down

0 comments on commit 96a683d

Please sign in to comment.