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 (#2000) (#2004)

Signed-off-by: Craig Perkins <cwperx@amazon.com>
(cherry picked from commit da24100)
  • Loading branch information
cwperks committed Aug 12, 2022
1 parent b2c2001 commit 46fd8a2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.6.1'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.2.2'
implementation 'org.ldaptive:ldaptive:1.2.3'
implementation 'org.apache.httpcomponents:httpclient-cache:4.5.13'
implementation 'io.jsonwebtoken:jjwt-api:0.10.8'
Expand All @@ -90,7 +90,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.0'
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 @@ -117,9 +117,9 @@ dependencies {
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 46fd8a2

Please sign in to comment.