Skip to content

Commit ab67fca

Browse files
committed
update prior to release
1 parent 62c80ac commit ab67fca

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.9.x for OpenAPI Specification";
33+
public static final String OPEN_API_SPECIFICATION_URL = "See: https://app.swaggerhub.com/apis/jamesdbloom/mock-server-openapi/5.10.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)