Skip to content

Commit

Permalink
deps: update dependency com.google.protobuf:protobuf-java-util to v3.…
Browse files Browse the repository at this point in the history
…21.7 (googleapis#891)
  • Loading branch information
renovate-bot committed Sep 30, 2022
1 parent e3e6688 commit 6afd2d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion java-datacatalog/samples/install-without-bom/pom.xml
Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId>
<version>3.21.6</version>
<version>3.21.7</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion java-datacatalog/samples/snapshot/pom.xml
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId>
<version>3.21.6</version>
<version>3.21.7</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion java-datacatalog/samples/snippets/pom.xml
Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId>
<version>3.21.6</version>
<version>3.21.7</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 6afd2d7

Please sign in to comment.