We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23b2551 commit ecb860eCopy full SHA for ecb860e
1 file changed
build.gradle.kts
@@ -32,10 +32,10 @@ dependencies {
32
compileOnly("com.github.hauner.openapi:openapi-processor-api:${project.ext.get("processorApiVersion")}")
33
34
implementation("org.codehaus.groovy:groovy-all:2.5.10")
35
- implementation("com.fasterxml.jackson.core:jackson-databind:2.10.2")
36
- implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.10.2")
+ implementation("com.fasterxml.jackson.core:jackson-databind:2.11.0")
+ implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.11.0")
37
implementation("com.google.jimfs:jimfs:1.1")
38
- implementation("io.github.java-diff-utils:java-diff-utils:4.5")
+ implementation("io.github.java-diff-utils:java-diff-utils:4.7")
39
}
40
41
val sourcesJar by tasks.registering(Jar::class) {
0 commit comments