Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit b537894

Browse files
committed
update dependencies
1 parent d6bc398 commit b537894

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)