We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c366416 + 6dde9af commit ddebf43Copy full SHA for ddebf43
1 file changed
build.gradle
@@ -132,8 +132,8 @@ dependencies {
132
implementation ('com.networknt:json-schema-validator:1.5.9')
133
134
135
- testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
136
- testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4'
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4'
137
}
138
139
jacocoTestReport {
0 commit comments