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 b784859 commit 980b25eCopy full SHA for 980b25e
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.2.2'
+ implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.3'
80
81
//tests
82
testImplementation 'junit:junit:4.+'
0 commit comments