We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e555e0e commit 3ac37d5Copy full SHA for 3ac37d5
build.gradle.kts
@@ -21,9 +21,9 @@ group = "io.github.lancomsystems.openapi.parser"
21
version = libraryVersion
22
23
dependencies {
24
- implementation("tools.jackson.core:jackson-databind:3.0.4")
25
- implementation("tools.jackson.dataformat:jackson-dataformat-yaml:3.0.4")
26
- implementation("tools.jackson.module:jackson-module-kotlin:3.0.4")
+ implementation("tools.jackson.core:jackson-databind:3.1.0")
+ implementation("tools.jackson.dataformat:jackson-dataformat-yaml:3.1.0")
+ implementation("tools.jackson.module:jackson-module-kotlin:3.1.0")
27
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.3")
28
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.3")
29
}
0 commit comments