Skip to content

Commit c0f4bdb

Browse files
Merge branch '7.7.x' into 7.8.x by janjwerner-confluent
2 parents d3ffdef + bec26af commit c0f4bdb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
<argLine></argLine>
4949
<avro.version>1.11.4</avro.version>
5050
<classgraph.version>4.8.138</classgraph.version>
51+
<commons-io.version>2.16.0</commons-io.version>
5152
<aws-java-sdk.version>1.12.701</aws-java-sdk.version>
5253
<azure-identity.version>1.13.0</azure-identity.version>
5354
<azure-storage.version>12.26.1</azure-storage.version>
@@ -231,6 +232,12 @@
231232
<artifactId>classgraph</artifactId>
232233
<version>${classgraph.version}</version>
233234
</dependency>
235+
<!-- Unify version of commons-io with ce-kafka, allow downstream repos to unpin -->
236+
<dependency>
237+
<groupId>commons-io</groupId>
238+
<artifactId>commons-io</artifactId>
239+
<version>${commons-io.version}</version>
240+
</dependency>
234241
<!-- This is to unify the version of Protocol Buffers across CP -->
235242
<dependency>
236243
<groupId>com.google.protobuf</groupId>

0 commit comments

Comments
 (0)