Skip to content

Commit 9057801

Browse files
Merge branch '7.8.x' into 7.9.x
2 parents 1b7284a + c087cdd commit 9057801

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@
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 -->
@@ -238,6 +240,12 @@
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>

0 commit comments

Comments
 (0)