Skip to content

Commit b193e30

Browse files
committed
updated open api specification link prior to release
1 parent 3114895 commit b193e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mockserver-core/src/main/java/org/mockserver/validator/jsonschema/JsonSchemaValidator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
*/
3131
public class JsonSchemaValidator extends ObjectWithReflectiveEqualsHashCodeToString implements Validator<String> {
3232

33-
public static final String OPEN_API_SPECIFICATION_URL = "See: https://app.swaggerhub.com/apis/jamesdbloom/mock-server-openapi/5.8.x for OpenAPI Specification";
33+
public static final String OPEN_API_SPECIFICATION_URL = "See: https://app.swaggerhub.com/apis/jamesdbloom/mock-server-openapi/5.9.x for OpenAPI Specification";
3434
private static final Map<String, String> schemaCache = new ConcurrentHashMap<>();
3535
private final MockServerLogger mockServerLogger;
3636
private final String schema;

0 commit comments

Comments
 (0)