Skip to content

Commit 743ea9e

Browse files
feat(deps): add protobuf-java-util as a direct dep of securitycenter (#3258)
1 parent 11c65ca commit 743ea9e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

securitycenter/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@
4444
<version>1.0.0</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)