Skip to content

Commit

Permalink
deps: update dependency com.google.protobuf:protobuf-java-util to v4.…
Browse files Browse the repository at this point in the history
…29.2 (#2294)
  • Loading branch information
renovate-bot authored Jan 6, 2025
1 parent 7aa8605 commit 48d4ac1
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>4.29.1</version>
<version>4.29.2</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>4.29.1</version>
<version>4.29.2</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 @@ -85,7 +85,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId>
<version>4.29.1</version>
<version>4.29.2</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 48d4ac1

Please sign in to comment.