Skip to content

Commit 7c93ecc

Browse files
Fix: Add okio dependency for gRPC 1.77.0 compatibility
Signed-off-by: Ndacyayisenga-droid <[email protected]>
1 parent 340bec3 commit 7c93ecc

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

hiero-enterprise-base/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
<groupId>com.hedera.hashgraph</groupId>
2424
<artifactId>sdk</artifactId>
2525
</dependency>
26+
<dependency>
27+
<groupId>com.squareup.okio</groupId>
28+
<artifactId>okio</artifactId>
29+
</dependency>
2630
<dependency>
2731
<groupId>io.github.cdimascio</groupId>
2832
<artifactId>dotenv-java</artifactId>

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,11 @@
151151
<artifactId>grpc-protobuf-lite</artifactId>
152152
<version>${grpc.version}</version>
153153
</dependency>
154+
<dependency>
155+
<groupId>com.squareup.okio</groupId>
156+
<artifactId>okio</artifactId>
157+
<version>3.4.0</version>
158+
</dependency>
154159
<dependency>
155160
<groupId>org.jspecify</groupId>
156161
<artifactId>jspecify</artifactId>

0 commit comments

Comments
 (0)