We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58bf9ba commit 94c60a6Copy full SHA for 94c60a6
app/build.gradle.kts
@@ -20,9 +20,7 @@ dependencies {
20
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.0")
21
compileOnly("org.projectlombok:lombok:1.18.34")
22
implementation("com.fasterxml.jackson.core:jackson-databind:2.18.0")
23
- implementation("info.picocli:picocli:4.7.6")
24
- annotationProcessor("info.picocli:picocli-codegen:4.7.6")
25
- testImplementation(platform("org.junit:junit-bom:5.10.0"))
+ testImplementation(platform("org.junit:junit-bom:5.10.3"))
26
testImplementation("org.junit.jupiter:junit-jupiter")
27
}
28
0 commit comments