Skip to content

Commit 74e6a92

Browse files
authored
deps: update dependency com.google.protobuf:protobuf-java-util to v3.15.5 (#559)
[![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.protobuf:protobuf-java-util | `3.15.3` -> `3.15.5` | [![age](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-java-util/3.15.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-java-util/3.15.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-java-util/3.15.5/compatibility-slim/3.15.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-java-util/3.15.5/confidence-slim/3.15.3)](https://docs.renovatebot.com/merge-confidence/) | --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **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 has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-pubsub).
1 parent 3d22df5 commit 74e6a92

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/install-without-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>com.google.protobuf</groupId>
7777
<artifactId>protobuf-java-util</artifactId>
78-
<version>3.15.3</version>
78+
<version>3.15.5</version>
7979
</dependency>
8080
<dependency>
8181
<groupId>com.google.cloud</groupId>

samples/snapshot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>com.google.protobuf</groupId>
6363
<artifactId>protobuf-java-util</artifactId>
64-
<version>3.15.3</version>
64+
<version>3.15.5</version>
6565
</dependency>
6666

6767
<dependency>

samples/snippets/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<dependency>
7373
<groupId>com.google.protobuf</groupId>
7474
<artifactId>protobuf-java-util</artifactId>
75-
<version>3.15.3</version>
75+
<version>3.15.5</version>
7676
</dependency>
7777

7878
<dependency>

0 commit comments

Comments
 (0)