Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 9baaa93

Browse files
authored
deps: update dependency com.google.protobuf:protobuf-java-util to v3.18.0 (#649)
1 parent f445c13 commit 9baaa93

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
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.17.3</version>
39+
<version>3.18.0</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>junit</groupId>

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
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.17.3</version>
37+
<version>3.18.0</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>junit</groupId>

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>com.google.protobuf</groupId>
4949
<artifactId>protobuf-java-util</artifactId>
50-
<version>3.17.3</version>
50+
<version>3.18.0</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>junit</groupId>

0 commit comments

Comments
 (0)