Skip to content

Commit

Permalink
chore(deps): update dependency google.protobuf to 3.28.0 (#690)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: cognite-bulldozer[bot] <51074376+cognite-bulldozer[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and cognite-bulldozer[bot] authored Sep 2, 2024
1 parent ab22052 commit 797a36b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Extractor/Extractor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PackageReference Include="MQTTnet" Version="4.3.6.1152" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="Nito.AsyncEx" Version="5.1.2" />
<PackageReference Include="Google.Protobuf" Version="3.27.4" />
<PackageReference Include="Google.Protobuf" Version="3.28.0" />
</ItemGroup>
<!--ItemGroup>
<None Include="$(SolutionDir)config\**" CopyToOutputDirectory="Always" LinkBase="config\" />
Expand Down
2 changes: 1 addition & 1 deletion MQTTCDFBridge/MQTTCDFBridge.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
<PackageReference Include="Cognite.ExtractorUtils" Version="1.24.5" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="MQTTnet" Version="4.3.6.1152" />
<PackageReference Include="Google.Protobuf" Version="3.27.4" />
<PackageReference Include="Google.Protobuf" Version="3.28.0" />
</ItemGroup>
</Project>

0 comments on commit 797a36b

Please sign in to comment.