Skip to content

Commit

Permalink
Merge pull request #15 from opensearch-project/upgrade-jackson-2-11-4
Browse files Browse the repository at this point in the history
Upgrade Jackson version to 2.11.4
  • Loading branch information
jotok authored May 20, 2021

Verified

This commit was signed with the committer’s verified signature.
RobinMalfait Robin Malfait
2 parents 6df756c + 99564e0 commit a72310b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -288,13 +288,15 @@ dependencies {
compile files("${System.properties['java.home']}/../lib/tools.jar")
}

def jacksonVersion = "2.11.4"

compile 'org.jooq:jooq:3.10.8'
compile 'org.bouncycastle:bcprov-jdk15on:1.68'
compile 'org.bouncycastle:bcpkix-jdk15on:1.68'
compile 'org.xerial:sqlite-jdbc:3.32.3.2'
compile 'com.google.guava:guava:28.2-jre'
compile 'com.fasterxml.jackson.core:jackson-annotations:2.10.5'
compile 'com.fasterxml.jackson.core:jackson-databind:2.10.5.1'
compile "com.fasterxml.jackson.core:jackson-annotations:${jacksonVersion}"
compile "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}"
compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.13.0'
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.13.0'
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.9'

0 comments on commit a72310b

Please sign in to comment.