File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 9090 <jaxb .version>2.3.0</jaxb .version>
9191 <netty .version>4.1.113.Final</netty .version>
9292 <hamcrest .version>1.3</hamcrest .version>
93+ <!-- okio version to match ce-kafka 7.8.x -->
94+ <okio .version>3.7.0</okio .version>
9395 <protobuf .version>3.25.5</protobuf .version>
9496 <powermock .version>2.0.9</powermock .version>
9597 <!-- Potentially used by downstream projects -->
238240 <artifactId >commons-io</artifactId >
239241 <version >${commons-io.version} </version >
240242 </dependency >
243+ <!-- This is to match to okio version used in ce-flink / ce-kafka 7.8 -->
244+ <dependency >
245+ <groupId >com.squareup.okio</groupId >
246+ <artifactId >okio</artifactId >
247+ <version >${okio.version} </version >
248+ </dependency >
241249 <!-- This is to unify the version of Protocol Buffers across CP -->
242250 <dependency >
243251 <groupId >com.google.protobuf</groupId >
You can’t perform that action at this time.
0 commit comments