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
…24.3 (#1698)
  • Loading branch information
renovate-bot committed Sep 8, 2023
1 parent 313f6dd commit 1157fbf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/install-without-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId>
<version>3.23.4</version>
<version>3.24.3</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId>
<version>3.23.4</version>
<version>3.24.3</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId>
<version>3.23.4</version>
<version>3.24.3</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 1157fbf

Please sign in to comment.