Skip to content

Commit a5fb091

Browse files
authored
chore(deps): update dependency google.cloud.dlp.v2 to 4.20.0 (#3214)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [Google.Cloud.Dlp.V2](https://redirect.github.com/googleapis/google-cloud-dotnet) | `4.19.0` -> `4.20.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Google.Cloud.Dlp.V2/4.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Google.Cloud.Dlp.V2/4.19.0/4.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/google-cloud-dotnet (Google.Cloud.Dlp.V2)</summary> ### [`v4.20.0`](https://redirect.github.com/googleapis/google-cloud-dotnet/releases/tag/Google.Cloud.Dlp.V2-4.20.0): Google.Cloud.Dlp.V2 version 4.20.0 [Compare Source](https://redirect.github.com/googleapis/google-cloud-dotnet/compare/Google.Cloud.Dlp.V2-4.19.0...Google.Cloud.Dlp.V2-4.20.0) ##### New features - Add LocationSupport,Domain,DocumentFallbackLocation ##### Documentation improvements - Minor doc revision </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 8am" in timezone Europe/London, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/GoogleCloudPlatform/dotnet-docs-samples). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent 12df652 commit a5fb091

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dlp/api/Snippets/Snippets.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<IsPackable>false</IsPackable>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageReference Include="Google.Cloud.Dlp.V2" Version="4.19.0" />
7+
<PackageReference Include="Google.Cloud.Dlp.V2" Version="4.20.0" />
88
<PackageReference Include="Google.Cloud.BigQuery.V2" Version="3.11.0" />
99
<PackageReference Include="Google.Cloud.PubSub.V1" Version="3.27.0" />
1010
</ItemGroup>

modelarmor/api/ModelArmor.Samples.Tests/ModelArmor.Samples.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<IsPackable>false</IsPackable>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageReference Include="Google.Cloud.Dlp.V2" Version="4.19.0" />
7+
<PackageReference Include="Google.Cloud.Dlp.V2" Version="4.20.0" />
88
<PackageReference Include="Google.Cloud.ModelArmor.V1" Version="1.0.0-beta04" />
99
<PackageReference Include="JunitXml.TestLogger" Version="1.1.0" />
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />

modelarmor/api/ModelArmor.Samples/ModelArmor.Samples.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<IsPackable>false</IsPackable>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageReference Include="Google.Cloud.Dlp.V2" Version="4.19.0" />
7+
<PackageReference Include="Google.Cloud.Dlp.V2" Version="4.20.0" />
88
<PackageReference Include="Google.Cloud.ModelArmor.V1" Version="1.0.0-beta04" />
99
</ItemGroup>
1010
</Project>

0 commit comments

Comments
 (0)