Skip to content

Commit c07b461

Browse files
committed
fix(deps): update dependency io.leangen.geantyref:geantyref to v1.3.14
1 parent 2ac2cb9 commit c07b461

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ dependencies {
208208
library 'com.fasterxml.jackson.core:jackson-databind:2.14.2';
209209
// The following is required for the @Command annotation to work, probably...
210210
// I just got errors without it.
211-
library 'io.leangen.geantyref:geantyref:1.3.13'
211+
library 'io.leangen.geantyref:geantyref:1.3.14'
212212
annotationProcessor('org.projectlombok:lombok:1.18.26')
213213
annotationProcessor('com.fasterxml.jackson.core:jackson-annotations:2.14.2')
214214
library 'com.fasterxml.jackson.dataformat:jackson-dataformat-properties:2.14.2'

0 commit comments

Comments
 (0)