Skip to content

Commit

Permalink
Bump OpenTelemetry and OpenTelemetry.Exporter.Console in /src (#62)
Browse files Browse the repository at this point in the history
Bumps [OpenTelemetry](https://github.com/open-telemetry/opentelemetry-dotnet) and [OpenTelemetry.Exporter.Console](https://github.com/open-telemetry/opentelemetry-dotnet). These dependencies needed to be updated together.

Updates `OpenTelemetry` from 1.10.0 to 1.11.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/RELEASENOTES.md)
- [Commits](open-telemetry/opentelemetry-dotnet@core-1.10.0...core-1.11.0)

Updates `OpenTelemetry.Exporter.Console` from 1.9.0 to 1.11.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/RELEASENOTES.md)
- [Commits](open-telemetry/opentelemetry-dotnet@core-1.9.0...core-1.11.0)

---
updated-dependencies:
- dependency-name: OpenTelemetry
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: OpenTelemetry.Exporter.Console
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mauro Servienti <[email protected]>
  • Loading branch information
dependabot[bot] and mauroservienti authored Jan 23, 2025
1 parent f2b3072 commit 48d0e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CommonConfigurations/CommonConfigurations.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="NServiceBus.ServicePlatform.Connector" Version="3.0.2" />
<PackageReference Include="NServiceBus.SagaAudit" Version="5.0.2" />
<PackageReference Include="OpenTelemetry" Version="1.11.0" />
<PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.9.0" />
<PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.11.0" />
<PackageReference Include="OpenTelemetry.Exporter.Jaeger" Version="1.6.0-rc.1" />
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.11.0" />
<PackageReference Include="OpenTelemetry.Exporter.Prometheus.HttpListener" Version="1.8.0-rc.1" />
Expand Down

0 comments on commit 48d0e94

Please sign in to comment.