Skip to content

Commit

Permalink
Update Kafka version to fix security vulnerability(opensearch-project…
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayak15 committed Sep 28, 2022
1 parent a9f752d commit 3972b4e
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ forbiddenApisTest.enabled = false
filepermissions.enabled = false
forbiddenPatterns.enabled = false
testingConventions.enabled = false
// Conflicts between runtime kafka-clients:3.0.1 & testRuntime kafka-clients:3.0.1:test
jarHell.enabled = false

test {
Expand Down Expand Up @@ -255,7 +254,7 @@ dependencies {
}
implementation 'com.github.wnameless:json-flattener:0.5.0'
implementation 'com.flipkart.zjsonpatch:zjsonpatch:0.4.4'
implementation 'org.apache.kafka:kafka-clients:3.0.1'
implementation 'org.apache.kafka:kafka-clients:3.0.2'
implementation 'com.onelogin:java-saml:2.5.0'
implementation 'com.onelogin:java-saml-core:2.5.0'

Expand Down Expand Up @@ -334,9 +333,9 @@ dependencies {
testImplementation 'com.unboundid:unboundid-ldapsdk:4.0.9'
testImplementation 'javax.servlet:servlet-api:2.5'
testImplementation 'org.apache.httpcomponents:fluent-hc:4.5.13'
testImplementation 'org.apache.kafka:kafka_2.13:3.0.1'
testImplementation 'org.apache.kafka:kafka_2.13:3.0.1:test'
testImplementation 'org.apache.kafka:kafka-clients:3.0.1:test'
testImplementation 'org.apache.kafka:kafka_2.13:3.0.2'
testImplementation 'org.apache.kafka:kafka_2.13:3.0.2:test'
testImplementation 'org.apache.kafka:kafka-clients:3.0.2:test'
testImplementation 'org.springframework.kafka:spring-kafka-test:2.8.6'
testImplementation 'org.springframework:spring-beans:5.3.20'
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.2'
Expand All @@ -353,8 +352,8 @@ dependencies {
testRuntimeOnly 'com.yammer.metrics:metrics-core:2.2.0'
testRuntimeOnly 'com.typesafe.scala-logging:scala-logging_3:3.9.5'
testRuntimeOnly 'org.apache.zookeeper:zookeeper:3.7.1'
testRuntimeOnly 'org.apache.kafka:kafka-metadata:3.0.1'
testRuntimeOnly 'org.apache.kafka:kafka-storage:3.0.1'
testRuntimeOnly 'org.apache.kafka:kafka-metadata:3.0.2'
testRuntimeOnly 'org.apache.kafka:kafka-storage:3.0.2'



Expand Down

0 comments on commit 3972b4e

Please sign in to comment.