Skip to content

Commit 6a503b3

Browse files
committed
MLE-23377 - Bump Kafka to 3.9.1
Also, forced the latest commons-collection4 and upgraded to the latest logback version. This leaves a single "medium" security risk (spring-framework) that will be addressed next.
1 parent 417402d commit 6a503b3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

build.gradle

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,13 @@ configurations {
3737
}
3838

3939
ext {
40-
kafkaVersion = "3.8.1"
40+
kafkaVersion = "3.9.1"
41+
42+
configurations.all {
43+
resolutionStrategy {
44+
force "org.apache.commons:commons-collections4:4.5.0"
45+
}
46+
}
4147
}
4248

4349
dependencies {
@@ -71,7 +77,7 @@ dependencies {
7177
testImplementation "org.apache.avro:avro-compiler:1.12.0"
7278

7379
// Forcing logback to be used for test logging
74-
testImplementation "ch.qos.logback:logback-classic:1.3.14"
80+
testImplementation "ch.qos.logback:logback-classic:1.5.18"
7581
testImplementation "org.slf4j:jcl-over-slf4j:2.0.16"
7682

7783
documentation files('LICENSE.txt')

0 commit comments

Comments
 (0)