@@ -2,7 +2,7 @@ plugins {
22 groovy
33 id(" java-library" )
44 id(" maven-publish" )
5- id(" com.github.ben-manes.versions" ) version (" 0.28 .0" )
5+ id(" com.github.ben-manes.versions" ) version (" 0.36 .0" )
66}
77
88val projectGroupId: String by project
@@ -46,21 +46,21 @@ repositories {
4646}
4747
4848dependencies {
49- compileOnly(" io.openapiprocessor:openapi-processor-api:1.1.0-SNAPSHOT " )
49+ compileOnly(" io.openapiprocessor:openapi-processor-api:1.2.0 " )
5050
5151 implementation(" org.codehaus.groovy:groovy:2.5.12" )
5252 implementation(" org.codehaus.groovy:groovy-nio:2.5.12" )
53- implementation(" com.fasterxml.jackson.core:jackson-databind:2.11 .0" )
54- implementation(" com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.11 .0" )
55- implementation(" io.github.java-diff-utils:java-diff-utils:4.7 " )
53+ implementation(" com.fasterxml.jackson.core:jackson-databind:2.12 .0" )
54+ implementation(" com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.12 .0" )
55+ implementation(" io.github.java-diff-utils:java-diff-utils:4.9 " )
5656 implementation(" com.google.jimfs:jimfs:1.1" ) {
5757 exclude(" com.google.guava" )
5858 }
5959
60- compileOnly(" junit:junit:4.13" )
61- implementation(" org.junit.jupiter:junit-jupiter-api:5.6.2 " )
62- runtimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.6.2 " )
63- runtimeOnly(" org.junit.vintage:junit-vintage-engine:5.6.2 " )
60+ compileOnly(" junit:junit:4.13.1 " )
61+ implementation(" org.junit.jupiter:junit-jupiter-api:5.7.0 " )
62+ runtimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.7.0 " )
63+ runtimeOnly(" org.junit.vintage:junit-vintage-engine:5.7.0 " )
6464}
6565
6666val sourcesJar by tasks.registering(Jar ::class ) {
0 commit comments