浏览代码

Bump InfluxDB.Client from 4.9.0 to 4.11.0

Bumps [InfluxDB.Client](https://github.com/influxdata/influxdb-client-csharp) from 4.9.0 to 4.11.0.
- [Release notes](https://github.com/influxdata/influxdb-client-csharp/releases)
- [Changelog](https://github.com/influxdata/influxdb-client-csharp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/influxdata/influxdb-client-csharp/compare/v4.9.0...v4.11.0)

---
updated-dependencies:
- dependency-name: InfluxDB.Client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 2 年之前
父节点
当前提交
df9bb5e1e0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      OhmGraphite/OhmGraphite.csproj

+ 1 - 1
OhmGraphite/OhmGraphite.csproj

@@ -36,7 +36,7 @@
 
   <ItemGroup>
     <PackageReference Include="LibreHardwareMonitorLib" Version="0.9.2-pre209" />
-    <PackageReference Include="InfluxDB.Client" Version="4.9.0" />
+    <PackageReference Include="InfluxDB.Client" Version="4.11.0" />
     <PackageReference Include="Npgsql" Version="7.0.2" />
     <PackageReference Include="prometheus-net" Version="6.0.0" />
     <PackageReference Include="System.Configuration.ConfigurationManager" Version="7.0.0" />