Skip to content

Commit

Permalink
build(deps-dev): add protobuf-java dependency version 4.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
admitrov committed Dec 3, 2024
1 parent f2a6a7a commit eb3557c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion embedded-spicedb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<properties>
<grpc-protobuf.version>1.68.2</grpc-protobuf.version>
<authzed.version>1.1.1</authzed.version>
<protobuf-java.version>4.29.0</protobuf-java.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -45,5 +46,11 @@
<version>${grpc-protobuf.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>${protobuf-java.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit eb3557c

Please sign in to comment.