mirror of
https://codeberg.org/PGPainless/cert-d-pgpainless.git
synced 2024-12-22 13:17:58 +01:00
Bump picocli to 4.6.3
This commit is contained in:
parent
006ef4a20d
commit
765dfac916
2 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,7 @@ dependencies {
|
||||||
implementation "org.pgpainless:pgp-cert-d-java-jdbc-sqlite-lookup:$pgpCertDJavaVersion"
|
implementation "org.pgpainless:pgp-cert-d-java-jdbc-sqlite-lookup:$pgpCertDJavaVersion"
|
||||||
|
|
||||||
// picocli for cli
|
// picocli for cli
|
||||||
implementation "info.picocli:picocli:4.6.2"
|
implementation "info.picocli:picocli:$picocliVersion"
|
||||||
}
|
}
|
||||||
|
|
||||||
test {
|
test {
|
||||||
|
|
|
@ -14,5 +14,6 @@ allprojects {
|
||||||
mockitoVersion = '4.5.1'
|
mockitoVersion = '4.5.1'
|
||||||
pgpainlessVersion = '1.2.0'
|
pgpainlessVersion = '1.2.0'
|
||||||
pgpCertDJavaVersion = '0.1.0'
|
pgpCertDJavaVersion = '0.1.0'
|
||||||
|
picocliVersion = '4.6.3'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue