mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-21 22:11:52 +01:00
build.gradle: update picocli to 4.7.4
This commit is contained in:
parent
02fd2f036a
commit
ada7fae5aa
3 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ plugins {
|
|||
|
||||
dependencies {
|
||||
implementation project(':bitcoinj-core')
|
||||
implementation 'info.picocli:picocli:4.7.1'
|
||||
implementation 'info.picocli:picocli:4.7.4'
|
||||
implementation 'org.slf4j:slf4j-jdk14:2.0.7'
|
||||
}
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ plugins {
|
|||
|
||||
dependencies {
|
||||
implementation project(':bitcoinj-core')
|
||||
implementation 'info.picocli:picocli:4.7.1'
|
||||
implementation 'info.picocli:picocli:4.7.4'
|
||||
implementation 'org.slf4j:slf4j-jdk14:2.0.7'
|
||||
}
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ boolean hasToolchains = (GradleVersion.current().compareTo(toolchainsMinVersion)
|
|||
|
||||
dependencies {
|
||||
implementation project(':bitcoinj-core')
|
||||
implementation 'info.picocli:picocli:4.7.1'
|
||||
implementation 'info.picocli:picocli:4.7.4'
|
||||
implementation 'org.slf4j:slf4j-jdk14:2.0.7'
|
||||
if (hasAnnotationProcessor) {
|
||||
annotationProcessor 'info.picocli:picocli-codegen:4.7.1'
|
||||
|
|
Loading…
Add table
Reference in a new issue