mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-22 15:12:06 +01:00
Bump dependency info.picocli:picocli to 4.6.3
This commit is contained in:
parent
582570166c
commit
bbd5b75427
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ dependencies {
|
|||
testImplementation 'org.mockito:mockito-core:4.3.1'
|
||||
|
||||
implementation(project(":sop-java"))
|
||||
implementation "info.picocli:picocli:4.6.2"
|
||||
implementation "info.picocli:picocli:4.6.3"
|
||||
|
||||
// https://mvnrepository.com/artifact/com.google.code.findbugs/jsr305
|
||||
implementation group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2'
|
||||
|
|
Loading…
Reference in a new issue