This repository was archived by the owner on Mar 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,9 +120,9 @@ dependencies {
120120
121121 implementation (' org.apache.commons:commons-text:1.9' )
122122 implementation (' com.atlassian.commonmark:commonmark:0.17.0' )
123- implementation (' com.google.googlejavaformat:google-java-format:1.10 .0' )
123+ implementation (' com.google.googlejavaformat:google-java-format:1.11 .0' )
124124 implementation (' com.google.guava:guava:30.1.1-jre' )
125- implementation (' com.networknt:json-schema-validator:1.0.57 ' )
125+ implementation (' com.networknt:json-schema-validator:1.0.59 ' )
126126
127127 testImplementation " io.openapiprocessor:openapi-processor-api:$processorApiVersion "
128128 testImplementation (" io.openapiprocessor:openapi-processor-test:$processorTestVersion " )
@@ -136,7 +136,7 @@ dependencies {
136136 testRuntimeOnly (" org.junit.jupiter:junit-jupiter-engine" )
137137 testImplementation(" io.mockk:mockk:1.12.0" )
138138 testImplementation(" io.kotest:kotest-runner-junit5:4.6.1" )
139- testImplementation (' ch.qos.logback:logback-classic:1.2.3 ' )
139+ testImplementation (' ch.qos.logback:logback-classic:1.2.6 ' )
140140 testImplementation(" com.google.jimfs:jimfs:1.2" )
141141}
142142
You can’t perform that action at this time.
0 commit comments