Skip to content

Commit d312d30

Browse files
chore(deps): bump the nuget-agent group across 2 directories with 3 updates (#2850)
Bumps the nuget-agent group with 2 updates in the /build directory: [NewRelic.Agent.Api](https://github.com/newrelic/newrelic-dotnet-agent) and [Serilog](https://github.com/serilog/serilog). Bumps the nuget-agent group with 1 update in the /src/Agent/NewRelic/Agent/Core directory: [Google.Protobuf](https://github.com/protocolbuffers/protobuf). Updates `NewRelic.Agent.Api` from 10.31.0 to 10.32.0 - [Release notes](https://github.com/newrelic/newrelic-dotnet-agent/releases) - [Commits](v10.31.0...v10.32.0) Updates `Serilog` from 4.0.2 to 4.1.0 - [Release notes](https://github.com/serilog/serilog/releases) - [Commits](serilog/serilog@v4.0.2...v4.1.0) Updates `Google.Protobuf` from 3.28.2 to 3.28.3 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v3.28.2...v3.28.3) --- updated-dependencies: - dependency-name: NewRelic.Agent.Api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-agent - dependency-name: Serilog 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-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 64c1b18 commit d312d30

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

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

88
<ItemGroup>
9-
<PackageReference Include="NewRelic.Agent.Api" Version="10.31.0" />
9+
<PackageReference Include="NewRelic.Agent.Api" Version="10.32.0" />
1010
<PackageReference Include="Octokit" Version="13.0.1" />
11-
<PackageReference Include="Serilog" Version="4.0.2" />
11+
<PackageReference Include="Serilog" Version="4.1.0" />
1212
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
1313
<PackageReference Include="Nuget.Protocol" Version="6.11.1" />
1414
</ItemGroup>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
<ItemGroup>
4040
<PackageReference Include="Autofac" Version="4.5.0" />
41-
<PackageReference Include="Google.Protobuf" Version="3.28.2" />
41+
<PackageReference Include="Google.Protobuf" Version="3.28.3" />
4242
<PackageReference Include="Grpc.Tools" Version="2.67.0">
4343
<PrivateAssets>all</PrivateAssets>
4444
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)