mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-13 19:37:49 +01:00
build.gradle: update Jackson to 2.17.2
This commit is contained in:
parent
d56f51ad3b
commit
5231112ffa
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ dependencies {
|
|||
implementation 'net.jcip:jcip-annotations:1.0'
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
testImplementation 'org.easymock:easymock:5.4.0'
|
||||
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.16.0'
|
||||
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
|
||||
testImplementation 'org.slf4j:slf4j-jdk14:2.0.13'
|
||||
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.16.1'
|
||||
testImplementation 'org.hamcrest:hamcrest-library:2.2'
|
||||
|
|
Loading…
Add table
Reference in a new issue