File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
33 id(" java-library" )
44 id(" maven-publish" )
55 id(" signing" )
6- id(" com.github.ben-manes.versions" ) version (" 0.36 .0" )
6+ id(" com.github.ben-manes.versions" ) version (" 0.38 .0" )
77}
88
99val projectGroupId: String by project
@@ -69,12 +69,12 @@ repositories {
6969dependencies {
7070 compileOnly(" io.openapiprocessor:openapi-processor-api:2021.1" )
7171
72- implementation(" org.codehaus.groovy:groovy:3.0.7 " )
73- implementation(" org.codehaus.groovy:groovy-nio:3.0.7 " )
74- implementation(" com.fasterxml.jackson.core:jackson-databind:2.12.0 " )
75- implementation(" com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.12.0 " )
76- implementation(" io.github.java-diff-utils:java-diff-utils:4.9 " )
77- implementation(" com.google.jimfs:jimfs:1.1 " ) {
72+ implementation(" org.codehaus.groovy:groovy:3.0.8 " )
73+ implementation(" org.codehaus.groovy:groovy-nio:3.0.8 " )
74+ implementation(" com.fasterxml.jackson.core:jackson-databind:2.12.3 " )
75+ implementation(" com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.12.3 " )
76+ implementation(" io.github.java-diff-utils:java-diff-utils:4.10 " )
77+ implementation(" com.google.jimfs:jimfs:1.2 " ) {
7878 exclude(" com.google.guava" )
7979 }
8080}
You can’t perform that action at this time.
0 commit comments