Skip to content

Commit

Permalink
Bump OpenTelemetry.Instrumentation.StackExchangeRedis, Microsoft.Exte…
Browse files Browse the repository at this point in the history
…nsions.Options, Microsoft.Extensions.DependencyInjection.Abstractions, OpenTelemetry.Api and Microsoft.Bcl.AsyncInterfaces

Bumps [OpenTelemetry.Instrumentation.StackExchangeRedis](https://github.com/open-telemetry/opentelemetry-dotnet-contrib), [Microsoft.Extensions.Options](https://github.com/aspnet/Extensions), [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime), [OpenTelemetry.Api](https://github.com/open-telemetry/opentelemetry-dotnet) and [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `OpenTelemetry.Instrumentation.StackExchangeRedis` from 1.0.0-rc9.5 to 1.0.0-rc9.13
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/releases)
- [Commits](open-telemetry/opentelemetry-dotnet-contrib@Instrumentation.AspNet-1.0.0-rc9.5...Instrumentation.StackExchangeRedis-1.0.0-rc9.13)

Updates `Microsoft.Extensions.Options` from 2.1.0 to 3.1.0
- [Release notes](https://github.com/aspnet/Extensions/releases)
- [Commits](dotnet/extensions@2.1.0...v3.1.0)

Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 2.1.0 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/commits/v8.0.0)

Updates `OpenTelemetry.Api` from 1.3.1 to 1.7.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases)
- [Commits](open-telemetry/opentelemetry-dotnet@core-1.3.1...core-1.7.0)

Updates `Microsoft.Bcl.AsyncInterfaces` from 1.1.1 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/commits/v8.0.0)

---
updated-dependencies:
- dependency-name: OpenTelemetry.Instrumentation.StackExchangeRedis
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Extensions.Options
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: OpenTelemetry.Api
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.Bcl.AsyncInterfaces
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 15, 2024
1 parent ed1c668 commit 2b7a57d
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 1 deletion.
1 change: 0 additions & 1 deletion ess/src/API/EMBC.Utilities.Hosting

This file was deleted.

63 changes: 63 additions & 0 deletions ess/src/API/EMBC.Utilities.Hosting/EMBC.Utilities.Hosting.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Company>Province of British Columbia</Company>
<Authors>Quartech Systems Limited</Authors>
<Copyright>Copyright 2021 Province of British Columbia</Copyright>
<PackageLicenseExpression></PackageLicenseExpression>
<RepositoryUrl>https://github.com/bcgov/embc-ess-mod</RepositoryUrl>
<RepositoryType>GIT</RepositoryType>
<AnalysisMode>Default</AnalysisMode>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<Nullable>enable</Nullable>
<DebugType>full</DebugType>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.0" />
<PackageReference Include="Cronos" Version="0.7.1" />
<PackageReference Include="DistributedLock.Redis" Version="1.0.2" />
<PackageReference Include="DistributedLock.WaitHandles" Version="1.0.1" />
<PackageReference Include="Grpc.AspNetCore" Version="2.49.0" />
<PackageReference Include="Hellang.Middleware.ProblemDetails" Version="6.5.1" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="6.0.*" />
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="6.0.*" />
<PackageReference Include="OpenTelemetry.Contrib.Instrumentation.GrpcCore" Version="1.0.0-beta3" />
<PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.3.1" />
<PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.0.0-rc9.4" />
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.0.0-rc9.4" />
<PackageReference Include="OpenTelemetry.Instrumentation.GrpcNetClient" Version="1.0.0-rc9.4" />
<PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.0.0-rc9.4" />
<PackageReference Include="OpenTelemetry.Instrumentation.StackExchangeRedis" Version="1.0.0-rc9.13" />
<PackageReference Include="Serilog.AspNetCore" Version="6.0.1" />
<PackageReference Include="Serilog.Enrichers.ClientInfo" Version="1.2.0" />
<PackageReference Include="Serilog.Enrichers.CorrelationId" Version="3.0.1" />
<PackageReference Include="Serilog.Enrichers.Environment" Version="2.2.0" />
<PackageReference Include="Serilog.Enrichers.Process" Version="2.0.2" />
<PackageReference Include="Serilog.Enrichers.Span" Version="2.3.0" />
<PackageReference Include="Serilog.Exceptions" Version="8.4.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="4.1.0" />
<PackageReference Include="Serilog.Sinks.Splunk" Version="3.7.0" />
<PackageReference Include="SerilogTraceListener" Version="3.2.0" />
<PackageReference Include="StackExchange.Redis" Version="2.7.27" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.435">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\EMBC.Utilities.Telemetry\EMBC.Utilities.Telemetry.csproj" />
<ProjectReference Include="..\EMBC.Utilities\EMBC.Utilities.csproj" />
</ItemGroup>

<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>EMBC.Tests.Unit.ESS</_Parameter1>
</AssemblyAttribute>
</ItemGroup>

</Project>

0 comments on commit 2b7a57d

Please sign in to comment.