Skip to content

Commit

Permalink
chore(deps): bump the nuget group in /build with 3 updates (#2560)
Browse files Browse the repository at this point in the history
Bumps the nuget group in /build with 3 updates: [YamlDotNet](https://github.com/aaubry/YamlDotNet), [RestSharp](https://github.com/restsharp/RestSharp) and [RestSharp.Serializers.NewtonsoftJson](https://github.com/restsharp/RestSharp).


Updates `YamlDotNet` from 15.1.6 to 15.3.0
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](aaubry/YamlDotNet@v15.1.6...v15.3.0)

Updates `RestSharp` from 111.2.0 to 111.3.0
- [Release notes](https://github.com/restsharp/RestSharp/releases)
- [Commits](restsharp/RestSharp@111.2.0...111.3.0)

Updates `RestSharp.Serializers.NewtonsoftJson` from 111.2.0 to 111.3.0
- [Release notes](https://github.com/restsharp/RestSharp/releases)
- [Commits](restsharp/RestSharp@111.2.0...111.3.0)

Updates `RestSharp` from 111.2.0 to 111.3.0
- [Release notes](https://github.com/restsharp/RestSharp/releases)
- [Commits](restsharp/RestSharp@111.2.0...111.3.0)

---
updated-dependencies:
- dependency-name: YamlDotNet
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: RestSharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: RestSharp.Serializers.NewtonsoftJson
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: RestSharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 18, 2024
1 parent 97484b1 commit 297f57d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/NugetValidator/NugetValidator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="NuGet.Protocol" Version="6.10.0" />
<PackageReference Include="YamlDotNet" Version="15.1.6" />
<PackageReference Include="YamlDotNet" Version="15.3.0" />
</ItemGroup>

</Project>
6 changes: 3 additions & 3 deletions build/NugetVersionDeprecator/NugetVersionDeprecator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NuGet.Protocol" Version="6.10.0" />
<PackageReference Include="Octokit" Version="12.0.0" />
<PackageReference Include="RestSharp" Version="111.2.0" />
<PackageReference Include="RestSharp.Serializers.NewtonsoftJson" Version="111.2.0" />
<PackageReference Include="YamlDotNet" Version="15.1.6" />
<PackageReference Include="RestSharp" Version="111.3.0" />
<PackageReference Include="RestSharp.Serializers.NewtonsoftJson" Version="111.3.0" />
<PackageReference Include="YamlDotNet" Version="15.3.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion build/ReleaseNotesBuilder/ReleaseNotesBuilder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="YamlDotNet" Version="15.1.6" />
<PackageReference Include="YamlDotNet" Version="15.3.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion build/S3Validator/S3Validator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="YamlDotNet" Version="15.1.6" />
<PackageReference Include="YamlDotNet" Version="15.3.0" />
</ItemGroup>

</Project>

0 comments on commit 297f57d

Please sign in to comment.