Skip to content
This repository was archived by the owner on May 16, 2026. It is now read-only.

Commit 239a58d

Browse files
Fix: Add okio dependency for gRPC 1.77.0 compatibility
Signed-off-by: Ndacyayisenga-droid <ndacyayinoah@gmail.com>
1 parent 4a9396e commit 239a58d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)