We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 113c08a commit b9e54d3Copy full SHA for b9e54d3
1 file changed
build.gradle.kts
@@ -21,9 +21,9 @@ group = "io.github.lancomsystems.openapi.parser"
21
version = libraryVersion
22
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")
+ implementation("com.fasterxml.jackson.core:jackson-databind:2.17.2")
+ implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.2")
+ implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.2")
27
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.2")
28
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
29
}
0 commit comments