浏览代码

Bump Npgsql from 5.0.4 to 5.0.5

Bumps [Npgsql](https://github.com/npgsql/npgsql) from 5.0.4 to 5.0.5.
- [Release notes](https://github.com/npgsql/npgsql/releases)
- [Commits](https://github.com/npgsql/npgsql/compare/v5.0.4...v5.0.5)

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

+ 1 - 1
OhmGraphite/OhmGraphite.csproj

@@ -36,7 +36,7 @@
 
   <ItemGroup>
     <PackageReference Include="InfluxDB.Client" Version="1.18.0" />
-    <PackageReference Include="Npgsql" Version="5.0.4" />
+    <PackageReference Include="Npgsql" Version="5.0.5" />
     <PackageReference Include="prometheus-net" Version="4.1.1" />
     <PackageReference Include="System.Configuration.ConfigurationManager" Version="5.0.0" />
     <PackageReference Include="TopShelf" Version="4.3.0" />