File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -70,11 +70,14 @@ repositories {
7070dependencies {
7171 compileOnly(" io.openapiprocessor:openapi-processor-api:2021.1" )
7272
73- implementation(" org.codehaus.groovy:groovy:3.0.8" )
74- implementation(" org.codehaus.groovy:groovy-nio:3.0.8" )
75- implementation(" com.fasterxml.jackson.core:jackson-databind:2.12.4" )
76- implementation(" com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.12.4" )
77- implementation(" io.github.java-diff-utils:java-diff-utils:4.10" )
73+ implementation(platform(" com.fasterxml.jackson:jackson-bom:2.13.0" ))
74+ implementation(platform(" org.codehaus.groovy:groovy-bom:3.0.9" ))
75+
76+ implementation(" org.codehaus.groovy:groovy" )
77+ implementation(" org.codehaus.groovy:groovy-nio" )
78+ implementation(" com.fasterxml.jackson.core:jackson-databind" )
79+ implementation(" com.fasterxml.jackson.dataformat:jackson-dataformat-yaml" )
80+ implementation(" io.github.java-diff-utils:java-diff-utils:4.11" )
7881 implementation(" com.google.jimfs:jimfs:1.2" ) {
7982 exclude(" com.google.guava" )
8083 }
You can’t perform that action at this time.
0 commit comments