Skip to content

Commit acce788

Browse files
chore(deps): bump the nuget-agent group across 2 directories with 4 updates (#3031)
Bumps the nuget-agent group with 1 update in the /build directory: [NewRelic.Agent.Api](https://github.com/newrelic/newrelic-dotnet-agent). Bumps the nuget-agent group with 3 updates in the /src/Agent/NewRelic/Agent/Core directory: [Google.Protobuf](https://github.com/protocolbuffers/protobuf), [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet) and [Grpc.Tools](https://github.com/grpc/grpc). Updates `NewRelic.Agent.Api` from 10.37.0 to 10.38.0 - [Release notes](https://github.com/newrelic/newrelic-dotnet-agent/releases) - [Commits](v10.37.0...v10.38.0) Updates `Google.Protobuf` from 3.29.3 to 3.30.0 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3 - [Commits](https://github.com/Microsoft/dotnet/commits) Updates `Grpc.Tools` from 2.70.0 to 2.71.0 - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](https://github.com/grpc/grpc/commits) Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3 - [Commits](https://github.com/Microsoft/dotnet/commits) --- updated-dependencies: - dependency-name: NewRelic.Agent.Api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-agent - dependency-name: Google.Protobuf dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-agent - dependency-name: Microsoft.NETFramework.ReferenceAssemblies dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-agent - dependency-name: Grpc.Tools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-agent - dependency-name: Microsoft.NETFramework.ReferenceAssemblies dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-agent ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 20ee443 commit acce788

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.37.0" />
9+
<PackageReference Include="NewRelic.Agent.Api" Version="10.38.0" />
1010
<PackageReference Include="Octokit" Version="14.0.0" />
1111
<PackageReference Include="Serilog" Version="4.2.0" />
1212
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />

src/Agent/NewRelic/Agent/Core/Core.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838

3939
<ItemGroup>
4040
<PackageReference Include="Autofac" Version="4.5.0" />
41-
<PackageReference Include="Google.Protobuf" Version="3.29.3" />
42-
<PackageReference Include="Grpc.Tools" Version="2.70.0">
41+
<PackageReference Include="Google.Protobuf" Version="3.30.0" />
42+
<PackageReference Include="Grpc.Tools" Version="2.71.0">
4343
<PrivateAssets>all</PrivateAssets>
4444
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4545
</PackageReference>

0 commit comments

Comments
 (0)