Skip to content

Commit ca714d6

Browse files
committed
chore: pin proto schema
Signed-off-by: Javier Aliaga <javier@diagrid.io>
1 parent 2e426d4 commit ca714d6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
<grpc.version>1.79.0</grpc.version>
1818
<protobuf.version>3.25.5</protobuf.version>
1919
<dapr.proto.baseurl>https://raw.githubusercontent.com/dapr/dapr/v1.17.0/dapr/proto</dapr.proto.baseurl>
20-
<durabletask.proto.url>https://raw.githubusercontent.com/dapr/durabletask-protobuf/main/protos/orchestrator_service.proto</durabletask.proto.url>
20+
<durabletask.proto.url>
21+
https://raw.githubusercontent.com/dapr/durabletask-protobuf/164ee3a87d3cc12cedf5c63a4e53a21fe1f97e3c/protos/orchestrator_service.proto
22+
</durabletask.proto.url>
2123
<dapr.sdk.version>1.17.0</dapr.sdk.version>
2224
<os-maven-plugin.version>1.7.1</os-maven-plugin.version>
2325
<maven-dependency-plugin.version>3.8.1</maven-dependency-plugin.version>

0 commit comments

Comments
 (0)