Skip to content

Commit

Permalink
chore(deps): Bump the all group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 3 updates: [DotNet.ReproducibleBuilds](https://github.com/dotnet/reproducible-builds), [OpenApiGenerator](https://github.com/HavenDV/OpenApiGenerator) and [Verify.MSTest](https://github.com/VerifyTests/Verify).


Updates `DotNet.ReproducibleBuilds` from 1.1.1 to 1.2.4
- [Release notes](https://github.com/dotnet/reproducible-builds/releases)
- [Commits](https://github.com/dotnet/reproducible-builds/commits/v1.2.4)

Updates `OpenApiGenerator` from 0.11.1 to 0.11.9
- [Commits](https://github.com/HavenDV/OpenApiGenerator/commits)

Updates `Verify.MSTest` from 25.0.3 to 25.0.4
- [Release notes](https://github.com/VerifyTests/Verify/releases)
- [Commits](VerifyTests/Verify@25.0.3...25.0.4)

---
updated-dependencies:
- dependency-name: DotNet.ReproducibleBuilds
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: OpenApiGenerator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Verify.MSTest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and HavenDV committed Jul 1, 2024
1 parent f8c01a4 commit 1b4d30a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/libs/Directory.Build.props
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</PropertyGroup>

<ItemGroup Label="Source Link">
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.1.1">
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.2.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion src/libs/OpenAI/OpenAI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="OpenApiGenerator" Version="0.11.1">
<PackageReference Include="OpenApiGenerator" Version="0.11.9">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion src/tests/CodeAsOpenApi.Tests/CodeAsOpenApi.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.MSTest" Version="1.1.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.10.0" />
<PackageReference Include="Verify.MSTest" Version="25.0.3" />
<PackageReference Include="Verify.MSTest" Version="25.0.4" />
</ItemGroup>

<ItemGroup Label="GlobalUsings">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.MSTest" Version="1.1.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.10.0" />
<PackageReference Include="Verify.MSTest" Version="25.0.3" />
<PackageReference Include="Verify.MSTest" Version="25.0.4" />
<PackageReference Include="Verify.SourceGenerators" Version="2.2.0" />
</ItemGroup>

Expand Down

0 comments on commit 1b4d30a

Please sign in to comment.