Skip to content

Commit 90640e7

Browse files
feat(deps): add protobuf-java-util as a direct dep of secretmanager (#3255)
1 parent 84c56e6 commit 90640e7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

secretmanager/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@
4444
<version>1.0.1</version>
4545
</dependency>
4646

47+
<dependency>
48+
<groupId>com.google.protobuf</groupId>
49+
<artifactId>protobuf-java-util</artifactId>
50+
<version>3.12.2</version>
51+
</dependency>
52+
4753
<!-- test dependencies -->
4854
<dependency>
4955
<groupId>junit</groupId>

0 commit comments

Comments
 (0)