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 @@ -20,9 +20,9 @@ group = "io.github.lancomsystems.openapi.parser"
20
20
version = libraryVersion
21
21
22
22
dependencies {
23
- implementation(" com.fasterxml.jackson.core:jackson-databind:2.16.0 " )
24
- implementation(" com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.16.0 " )
25
- implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.16.0 " )
23
+ implementation(" com.fasterxml.jackson.core:jackson-databind:2.16.1 " )
24
+ implementation(" com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.16.1 " )
25
+ implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.16.1 " )
26
26
testImplementation(" org.junit.jupiter:junit-jupiter-params:5.10.1" )
27
27
testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.10.1" )
28
28
}
You can’t perform that action at this time.
0 commit comments