Skip to content

Commit 0172d17

Browse files
Bump the opentelemetry group with 3 updates (#144)
Bumps the opentelemetry group with 3 updates: [OpenTelemetry.Instrumentation.AspNetCore](https://github.com/open-telemetry/opentelemetry-dotnet-contrib), [OpenTelemetry.Instrumentation.Http](https://github.com/open-telemetry/opentelemetry-dotnet-contrib) and [OpenTelemetry.Instrumentation.Runtime](https://github.com/open-telemetry/opentelemetry-dotnet-contrib). Updates `OpenTelemetry.Instrumentation.AspNetCore` from 1.11.0 to 1.11.1 - [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/releases) - [Commits](open-telemetry/opentelemetry-dotnet-contrib@Resources.AWS-1.11.0...Resources.AWS-1.11.1) Updates `OpenTelemetry.Instrumentation.Http` from 1.11.0 to 1.11.1 - [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/releases) - [Commits](open-telemetry/opentelemetry-dotnet-contrib@Resources.AWS-1.11.0...Resources.AWS-1.11.1) Updates `OpenTelemetry.Instrumentation.Runtime` from 1.11.0 to 1.11.1 - [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/releases) - [Commits](open-telemetry/opentelemetry-dotnet-contrib@Resources.AWS-1.11.0...Resources.AWS-1.11.1) --- updated-dependencies: - dependency-name: OpenTelemetry.Instrumentation.AspNetCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: opentelemetry - dependency-name: OpenTelemetry.Instrumentation.Http dependency-type: direct:production update-type: version-update:semver-patch dependency-group: opentelemetry - dependency-name: OpenTelemetry.Instrumentation.Runtime dependency-type: direct:production update-type: version-update:semver-patch dependency-group: opentelemetry ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c3a90d7 commit 0172d17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sample/ServiceDefaults/ServiceDefaults.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<PackageReference Include="Microsoft.Extensions.ServiceDiscovery" Version="9.1.0" />
1616
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.11.2" />
1717
<PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.11.2" />
18-
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.11.0" />
18+
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.11.1" />
1919
<PackageReference Include="OpenTelemetry.Instrumentation.GrpcNetClient" Version="1.8.0-beta.1" />
20-
<PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.11.0" />
21-
<PackageReference Include="OpenTelemetry.Instrumentation.Runtime" Version="1.11.0" />
20+
<PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.11.1" />
21+
<PackageReference Include="OpenTelemetry.Instrumentation.Runtime" Version="1.11.1" />
2222
<PackageReference Include="Temporalio.Extensions.DiagnosticSource" Version="1.5.0" />
2323
<PackageReference Include="Temporalio.Extensions.OpenTelemetry" Version="1.5.0" />
2424
</ItemGroup>

0 commit comments

Comments
 (0)