Skip to content

Commit

Permalink
Bump jackson-databind to 2.12.6.1. Exclude jackson-databind from koio…
Browse files Browse the repository at this point in the history
…s-java-client dependency
  • Loading branch information
satran004 committed Mar 27, 2022
1 parent ed59f54 commit 9d3098c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion backend-modules/koios/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ dependencies {
compile project(':')
compile project(':cardano-client-backend')

implementation group: 'io.github.cardano-community', name: 'koios-java-client', version: '1.6'
implementation('io.github.cardano-community:koios-java-client:1.6') {
exclude group: 'com.fasterxml.jackson.core', module: 'jackson-databind'
}

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
compile group: 'co.nstant.in', name: 'cbor', version: '0.9'
compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.30'

compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.12.3'
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.12.6.1'
implementation group: 'com.google.guava', name: 'guava', version: '30.1.1-jre'

//ed25519
Expand Down

0 comments on commit 9d3098c

Please sign in to comment.