Skip to content

Commit bec26af

Browse files
Merge branch '7.6.x' into 7.7.x by janjwerner-confluent
2 parents 8b4cfdd + b1c52df commit bec26af

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>
@@ -230,6 +231,12 @@
230231
<artifactId>classgraph</artifactId>
231232
<version>${classgraph.version}</version>
232233
</dependency>
234+
<!-- Unify version of commons-io with ce-kafka, allow downstream repos to unpin -->
235+
<dependency>
236+
<groupId>commons-io</groupId>
237+
<artifactId>commons-io</artifactId>
238+
<version>${commons-io.version}</version>
239+
</dependency>
233240
<!-- This is to unify the version of Protocol Buffers across CP -->
234241
<dependency>
235242
<groupId>com.google.protobuf</groupId>

0 commit comments

Comments
 (0)