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 809a076 commit dfa02edCopy full SHA for dfa02ed
build.gradle
@@ -76,7 +76,7 @@ dependencies {
76
implementation 'org.jetbrains:annotations:23.0.0'
77
annotationProcessor "info.picocli:picocli-codegen:$picoliVersion"
78
implementation "info.picocli:picocli:$picoliVersion"
79
- implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.0'
+ implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.2.2'
80
81
//tests
82
testImplementation 'junit:junit:4.+'
0 commit comments