We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ac2cb9 commit c07b461Copy full SHA for c07b461
1 file changed
build.gradle
@@ -208,7 +208,7 @@ dependencies {
208
library 'com.fasterxml.jackson.core:jackson-databind:2.14.2';
209
// The following is required for the @Command annotation to work, probably...
210
// I just got errors without it.
211
- library 'io.leangen.geantyref:geantyref:1.3.13'
+ library 'io.leangen.geantyref:geantyref:1.3.14'
212
annotationProcessor('org.projectlombok:lombok:1.18.26')
213
annotationProcessor('com.fasterxml.jackson.core:jackson-annotations:2.14.2')
214
library 'com.fasterxml.jackson.dataformat:jackson-dataformat-properties:2.14.2'
0 commit comments