Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 2cc2f65

Browse files
authored
chore(deps): update dependency com.google.cloud:google-cloud-network-security to v0.4.0 (#116)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-network-security](https://togithub.com/googleapis/java-network-security) | `0.3.1` -> `0.4.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-network-security/0.4.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-network-security/0.4.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-network-security/0.4.0/compatibility-slim/0.3.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-network-security/0.4.0/confidence-slim/0.3.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-network-security</summary> ### [`v0.4.0`](https://togithub.com/googleapis/java-network-security/blob/HEAD/CHANGELOG.md#&#8203;040-httpsgithubcomgoogleapisjava-network-securitycomparev031v040-2022-02-03) [Compare Source](https://togithub.com/googleapis/java-network-security/compare/v0.3.1...v0.4.0) ##### ⚠ BREAKING CHANGES - updating metadata messages for all long running operations ([#&#8203;94](https://togithub.com/googleapis/java-network-security/issues/94)) ##### Bug Fixes - updating metadata messages for all long running operations ([#&#8203;94](https://togithub.com/googleapis/java-network-security/issues/94)) ([ce84426](https://togithub.com/googleapis/java-network-security/commit/ce8442639ab2a99cd2aca6b6a337e1f5255e6cb2)) ##### Dependencies - **java:** update actions/github-script action to v5 ([#&#8203;1339](https://togithub.com/googleapis/java-network-security/issues/1339)) ([#&#8203;109](https://togithub.com/googleapis/java-network-security/issues/109)) ([1f509c8](https://togithub.com/googleapis/java-network-security/commit/1f509c8d326961f02e7d8ad3d56ea3361dd55515)) - update dependency com.google.cloud:google-cloud-shared-dependencies to v2.7.0 ([#&#8203;112](https://togithub.com/googleapis/java-network-security/issues/112)) ([afc5aff](https://togithub.com/googleapis/java-network-security/commit/afc5affc6cec06290cd24ce4ceff8df0ba999319)) ##### [0.3.1](https://www.github.com/googleapis/java-network-security/compare/v0.3.0...v0.3.1) (2022-01-07) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v2.6.0 ([#&#8203;95](https://www.togithub.com/googleapis/java-network-security/issues/95)) ([b08d486](https://www.github.com/googleapis/java-network-security/commit/b08d4866e73ddf4841d968d0d99a8e3decd89f4e)) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-network-security).
1 parent 31b787c commit 2cc2f65

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.google.cloud</groupId>
3131
<artifactId>google-cloud-network-security</artifactId>
32-
<version>0.3.1</version>
32+
<version>0.4.0</version>
3333
</dependency>
3434
<!-- [END network-security_install_without_bom] -->
3535

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>google-cloud-network-security</artifactId>
31-
<version>0.3.1</version>
31+
<version>0.4.0</version>
3232
</dependency>
3333
<!-- {x-version-update-end} -->
3434

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>google-cloud-network-security</artifactId>
31-
<version>0.3.1</version>
31+
<version>0.4.0</version>
3232
</dependency>
3333

3434
<dependency>

0 commit comments

Comments
 (0)