Skip to content

Commit 239a58d

Browse files
Fix: Add okio dependency for gRPC 1.77.0 compatibility
Signed-off-by: Ndacyayisenga-droid <[email protected]>
1 parent 4a9396e commit 239a58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hiero-enterprise-base/src/main/java/module-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
requires com.google.protobuf; // TODO: We should not have the need to use it
2525
requires static org.jspecify;
2626
requires com.google.auto.service;
27-
requires okio;
27+
requires transitive okio;
2828
}

0 commit comments

Comments
 (0)