mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-19 01:40:26 +01:00
build.gradle: update Jackson to 2.15.3
This commit is contained in:
parent
b8b64a339a
commit
e650f0f160
@ -17,7 +17,7 @@ dependencies {
|
||||
implementation 'net.jcip:jcip-annotations:1.0'
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
testImplementation 'org.easymock:easymock:5.2.0'
|
||||
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
|
||||
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.15.3'
|
||||
testImplementation 'org.slf4j:slf4j-jdk14:2.0.9'
|
||||
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.15'
|
||||
testImplementation 'org.hamcrest:hamcrest-library:2.2'
|
||||
|
Loading…
Reference in New Issue
Block a user