Skip to content

Commit

Permalink
Upgrade jackson-databind from 2.13.2 to 2.13.2.2 to match core's vers…
Browse files Browse the repository at this point in the history
…ion.properties and upgrade kafka dependencies (opensearch-project#2000)

Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks authored Aug 9, 2022
1 parent b6dbb49 commit da24100
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ configurations.all {
force 'commons-cli:commons-cli:1.3.1'
force 'org.apache.httpcomponents:httpcore:4.4.12'
force "org.apache.commons:commons-lang3:3.4"
force "org.springframework:spring-core:5.3.14"
force "org.springframework:spring-core:5.3.20"
force "com.google.guava:guava:30.0-jre"
}
}
Expand All @@ -81,7 +81,7 @@ dependencies {
implementation 'org.greenrobot:eventbus:3.2.0'
implementation 'commons-cli:commons-cli:1.3.1'
implementation 'org.bouncycastle:bcprov-jdk15on:1.67'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.2'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.2.2'
implementation 'org.slf4j:slf4j-api:1.7.32'
implementation 'org.ldaptive:ldaptive:1.2.3'
implementation 'org.apache.httpcomponents:httpclient-cache:4.5.13'
Expand All @@ -91,7 +91,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:2.8.1'
implementation 'org.apache.kafka:kafka-clients:3.0.1'
implementation 'com.onelogin:java-saml:2.5.0'
implementation ('org.opensaml:opensaml-saml-impl:3.4.5') {
exclude(group: 'org.apache.velocity', module: 'velocity')
Expand All @@ -114,13 +114,13 @@ dependencies {
testImplementation 'junit:junit:4.13.1'
testImplementation 'org.apache.httpcomponents:fluent-hc:4.5.13'
testImplementation 'org.mockito:mockito-core:2.23.0'
testImplementation 'org.springframework.kafka:spring-kafka-test:2.7.9'
testImplementation 'org.springframework.kafka:spring-kafka-test:2.8.6'
testImplementation 'javax.servlet:servlet-api:2.5'
testImplementation 'com.unboundid:unboundid-ldapsdk:4.0.9'
testImplementation 'com.github.stephenc.jcip:jcip-annotations:1.0-1'
testImplementation 'org.apache.kafka:kafka_2.13:2.8.1'
testImplementation 'org.apache.kafka:kafka_2.13:2.8.1:test'
testImplementation 'org.apache.kafka:kafka-clients:2.8.1:test'
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'
compileOnly "org.opensearch:opensearch:${opensearch_version}"
}

Expand Down

0 comments on commit da24100

Please sign in to comment.