Skip to content

Commit

Permalink
chore(deps): bump the nuget group across 1 directory with 2 updates (#…
Browse files Browse the repository at this point in the history
…2511)

Bumps the nuget group with 2 updates in the /build directory: [RestSharp](https://github.com/restsharp/RestSharp) and [RestSharp.Serializers.NewtonsoftJson](https://github.com/restsharp/RestSharp).


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

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

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

---
updated-dependencies:
- 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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 29, 2024
1 parent 87d0dc6 commit 8dac509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/NugetVersionDeprecator/NugetVersionDeprecator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NuGet.Protocol" Version="6.10.0" />
<PackageReference Include="Octokit" Version="11.0.1" />
<PackageReference Include="RestSharp" Version="111.0.0" />
<PackageReference Include="RestSharp.Serializers.NewtonsoftJson" Version="111.0.0" />
<PackageReference Include="RestSharp" Version="111.1.0" />
<PackageReference Include="RestSharp.Serializers.NewtonsoftJson" Version="111.1.0" />
<PackageReference Include="YamlDotNet" Version="15.1.4" />
</ItemGroup>

Expand Down

0 comments on commit 8dac509

Please sign in to comment.