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"
2121version = libraryVersion
2222
2323dependencies {
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.16.2 " )
25+ implementation(" com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.16.2 " )
26+ implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.16.2 " )
2727 testImplementation(" org.junit.jupiter:junit-jupiter-params:5.10.1" )
2828 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.10.1" )
2929}
You can’t perform that action at this time.
0 commit comments