Skip to content

Commit 1fdde19

Browse files
authored
deps: update dependency com.google.protobuf:protobuf-java-util to v3.21.2 (googleapis#791)
[![Mend 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.protobuf:protobuf-java-util](https://developers.google.com/protocol-buffers/) ([source](https://github.com/protocolbuffers/protobuf)) | `3.21.1` -> `3.21.2` | [![age](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-java-util/3.21.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-java-util/3.21.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-java-util/3.21.2/compatibility-slim/3.21.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-java-util/3.21.2/confidence-slim/3.21.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>protocolbuffers/protobuf</summary> ### [`v3.21.2`](https://github.com/protocolbuffers/protobuf/compare/v3.21.1...v3.21.2) [Compare Source](https://github.com/protocolbuffers/protobuf/compare/v3.21.1...v3.21.2) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-secretmanager).
1 parent d41cd58 commit 1fdde19

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

java-secretmanager/samples/install-without-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>com.google.protobuf</groupId>
3838
<artifactId>protobuf-java-util</artifactId>
39-
<version>3.21.1</version>
39+
<version>3.21.2</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>junit</groupId>

java-secretmanager/samples/snapshot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>com.google.protobuf</groupId>
3636
<artifactId>protobuf-java-util</artifactId>
37-
<version>3.21.1</version>
37+
<version>3.21.2</version>
3838
</dependency>
3939

4040
<dependency>

java-secretmanager/samples/snippets/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>com.google.protobuf</groupId>
4848
<artifactId>protobuf-java-util</artifactId>
49-
<version>3.21.1</version>
49+
<version>3.21.2</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>junit</groupId>

0 commit comments

Comments
 (0)