Skip to content

Commit

Permalink
[Exporter.InfluxDB] NugetAudit - fix dependencies with known vulnerab…
Browse files Browse the repository at this point in the history
…ilities (#2073)
  • Loading branch information
Kielek authored Sep 17, 2024
1 parent a724d96 commit 95b0372
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/OpenTelemetry.Exporter.InfluxDB/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
* Updated OpenTelemetry core component version(s) to `1.9.0`.
([#1888](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1888))

* Updated `InfluxDB.Client` to `4.18.0` to mitigate [CVE-2024-45302](https://github.com/advisories/GHSA-4rr6-2v9v-wcpc)
and [CVE-2024-30105](https://github.com/advisories/GHSA-hh2w-p6rv-4g7w)
in transitive dependencies.
([#2073](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2073))

## 1.0.0-alpha.3

Released 2023-Oct-13
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="InfluxDB.Client" Version="4.12.0" />
<PackageReference Include="InfluxDB.Client" Version="4.18.0" />
<PackageReference Include="OpenTelemetry" Version="$(OpenTelemetryCoreLatestVersion)" />
</ItemGroup>

Expand Down

0 comments on commit 95b0372

Please sign in to comment.