File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 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>
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 >
You can’t perform that action at this time.
0 commit comments