1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-24 12:34:50 +02:00

Bump picocli to 4.5.2

This commit is contained in:
Paul Schaub 2020-12-22 22:02:36 +01:00
parent 31cfbaa4b2
commit 7d6c0f4396
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -5,7 +5,7 @@ plugins {
dependencies {
implementation(project(":pgpainless-core"))
compile 'info.picocli:picocli:3.9.6'
implementation 'info.picocli:picocli:4.5.2'
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"