Skip to content

Commit

Permalink
rename okio -> okio-jvm (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
janjwerner-confluent authored Oct 24, 2024
1 parent fe59249 commit ecbce1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
<!-- This is to match to okio version used in ce-flink / ce-kafka 7.8 -->
<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
<artifactId>okio-jvm</artifactId>
<version>${okio.version}</version>
</dependency>
<!-- This is to unify the version of Protocol Buffers across CP -->
Expand Down

0 comments on commit ecbce1c

Please sign in to comment.