File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ group = "io.github.lancomsystems.openapi.parser"
21
21
version = libraryVersion
22
22
23
23
dependencies {
24
- implementation(" com.fasterxml.jackson.core:jackson-databind:2.16 .1" )
25
- implementation(" com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.16 .1" )
26
- implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.16 .1" )
24
+ implementation(" com.fasterxml.jackson.core:jackson-databind:2.19 .1" )
25
+ implementation(" com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.19 .1" )
26
+ implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.19 .1" )
27
27
testImplementation(" org.junit.jupiter:junit-jupiter-params:5.10.3" )
28
28
testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.10.3" )
29
29
}
You can’t perform that action at this time.
0 commit comments