Skip to content

Commit

Permalink
chore(deps): update dependency google.cloud.pubsub.v1 to v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 30, 2023
1 parent 12827ca commit a9ff478
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dlp/api/Snippets/Snippets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<ItemGroup>
<PackageReference Include="Google.Cloud.Dlp.V2" Version="4.5.0" />
<PackageReference Include="Google.Cloud.BigQuery.V2" Version="3.2.0" />
<PackageReference Include="Google.Cloud.PubSub.V1" Version="3.2.0" />
<PackageReference Include="Google.Cloud.PubSub.V1" Version="3.3.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


<ItemGroup>
<PackageReference Include="Google.Cloud.PubSub.V1" Version="3.2.0" />
<PackageReference Include="Google.Cloud.PubSub.V1" Version="3.3.0" />
</ItemGroup>


Expand Down
2 changes: 1 addition & 1 deletion iot/api/CloudIotMqttExampleTest/CloudIotMqttTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Google.Cloud.PubSub.V1" Version="3.2.0" />
<PackageReference Include="Google.Cloud.PubSub.V1" Version="3.3.0" />
<PackageReference Include="JUnitTestLogger" Version="1.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
Expand Down
2 changes: 1 addition & 1 deletion iot/api/CloudIotTest/CloudIotTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Google.Cloud.PubSub.V1" Version="3.2.0" />
<PackageReference Include="Google.Cloud.PubSub.V1" Version="3.3.0" />
<PackageReference Include="JUnitTestLogger" Version="1.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
Expand Down
2 changes: 1 addition & 1 deletion pubsub/api/Pubsub.Samples/Pubsub.Samples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Apache.Avro" Version="1.11.1" />
<PackageReference Include="Google.Cloud.PubSub.V1" Version="3.2.0" />
<PackageReference Include="Google.Cloud.PubSub.V1" Version="3.3.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion securitycenter/api/tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1"/>
<PackageReference Include="xunit" Version="2.4.2"/>
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5"/>
<PackageReference Include="Google.Cloud.PubSub.V1" Version="3.2.0"/>
<PackageReference Include="Google.Cloud.PubSub.V1" Version="3.3.0"/>
<PackageReference Include="JUnitTestLogger" Version="1.1.0"/>
<ProjectReference Include="../src/Snippets.csproj"/>
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Cloud.PubSub.V1" Version="3.2.0" />
<PackageReference Include="Google.Cloud.PubSub.V1" Version="3.3.0" />
<PackageReference Include="JUnitTestLogger" Version="1.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
<PackageReference Include="xunit" Version="2.4.2" />
Expand Down

0 comments on commit a9ff478

Please sign in to comment.