Skip to content
This repository was archived by the owner on Apr 30, 2025. It is now read-only.

Commit d32811a

Browse files
build(deps): bump the dependencies group across 1 directory with 2 updates
Bumps the dependencies group with 2 updates in the /devops directory: [Bullseye](https://github.com/adamralph/bullseye) and [SonarAnalyzer.CSharp](https://github.com/SonarSource/sonar-dotnet). Updates `Bullseye` from 5.0.0 to 6.0.0 - [Changelog](https://github.com/adamralph/bullseye/blob/main/CHANGELOG.md) - [Commits](adamralph/bullseye@5.0.0...6.0.0) Updates `SonarAnalyzer.CSharp` from 10.5.0.109200 to 10.7.0.110445 - [Release notes](https://github.com/SonarSource/sonar-dotnet/releases) - [Commits](SonarSource/sonar-dotnet@10.5.0.109200...10.7.0.110445) --- updated-dependencies: - dependency-name: Bullseye dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: SonarAnalyzer.CSharp dependency-version: 10.7.0.110445 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 76d8bc9 commit d32811a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

devops/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</PropertyGroup>
2424

2525
<ItemGroup>
26-
<PackageReference Include="SonarAnalyzer.CSharp" Version="10.5.0.109200">
26+
<PackageReference Include="SonarAnalyzer.CSharp" Version="10.7.0.110445">
2727
<PrivateAssets>all</PrivateAssets>
2828
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2929
</PackageReference>

devops/OpenEMS.Pipeline/OpenEMS.Pipeline.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Bullseye" Version="5.0.0" />
8+
<PackageReference Include="Bullseye" Version="6.0.0" />
99
<PackageReference Include="SimpleExec" Version="12.0.0" />
1010
</ItemGroup>
1111

0 commit comments

Comments
 (0)