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