Skip to content

Commit c3faea2

Browse files
chore(deps): bump the nuget group in /build with 3 updates (#2671)
Bumps the nuget group in /build with 3 updates: [NewRelic.Agent.Api](https://github.com/newrelic/newrelic-dotnet-agent), [RestSharp](https://github.com/restsharp/RestSharp) and [RestSharp.Serializers.NewtonsoftJson](https://github.com/restsharp/RestSharp). Updates `NewRelic.Agent.Api` from 10.27.0 to 10.28.0 - [Release notes](https://github.com/newrelic/newrelic-dotnet-agent/releases) - [Commits](v10.27.0...v10.28.0) Updates `RestSharp` from 111.4.0 to 111.4.1 - [Release notes](https://github.com/restsharp/RestSharp/releases) - [Commits](restsharp/RestSharp@111.4.0...111.4.1) Updates `RestSharp.Serializers.NewtonsoftJson` from 111.4.0 to 111.4.1 - [Release notes](https://github.com/restsharp/RestSharp/releases) - [Commits](restsharp/RestSharp@111.4.0...111.4.1) Updates `RestSharp` from 111.4.0 to 111.4.1 - [Release notes](https://github.com/restsharp/RestSharp/releases) - [Commits](restsharp/RestSharp@111.4.0...111.4.1) --- updated-dependencies: - dependency-name: NewRelic.Agent.Api 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-patch dependency-group: nuget - dependency-name: RestSharp.Serializers.NewtonsoftJson dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: RestSharp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a3015b5 commit c3faea2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/scripts/nugetSlackNotifications/nugetSlackNotifications.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="NewRelic.Agent.Api" Version="10.27.0" />
9+
<PackageReference Include="NewRelic.Agent.Api" Version="10.28.0" />
1010
<PackageReference Include="Octokit" Version="13.0.1" />
1111
<PackageReference Include="Serilog" Version="4.0.1" />
1212
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />

build/NugetVersionDeprecator/NugetVersionDeprecator.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
2222
<PackageReference Include="NuGet.Protocol" Version="6.10.1" />
2323
<PackageReference Include="Octokit" Version="13.0.1" />
24-
<PackageReference Include="RestSharp" Version="111.4.0" />
25-
<PackageReference Include="RestSharp.Serializers.NewtonsoftJson" Version="111.4.0" />
24+
<PackageReference Include="RestSharp" Version="111.4.1" />
25+
<PackageReference Include="RestSharp.Serializers.NewtonsoftJson" Version="111.4.1" />
2626
<PackageReference Include="YamlDotNet" Version="16.0.0" />
2727
</ItemGroup>
2828

0 commit comments

Comments
 (0)