From 007b1d7f43da12ff4eabfdff8e2949c48d7cfbd8 Mon Sep 17 00:00:00 2001 From: Hemanth Vaddi <94161097+hvaddi-cogito@users.noreply.github.com> Date: Wed, 6 Dec 2023 14:56:45 +0530 Subject: [PATCH 1/2] Update rules-config.conf --- src/main/resources/rules-config.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/rules-config.conf b/src/main/resources/rules-config.conf index dced8ba..ac456e6 100644 --- a/src/main/resources/rules-config.conf +++ b/src/main/resources/rules-config.conf @@ -6,6 +6,6 @@ StringPropertyLengthBoundsRule { } ## hacky way to fix the class loader issue. more info https://github.com/zalando/zally/issues/1291 UseOpenApiRule { - schema_urls.swagger: "http://swagger.io/v2/schema.json" + schema_urls.swagger: "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/schemas/v2.0/schema.json" schema_urls.openapi3: "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/schemas/v3.0/schema.json" -} \ No newline at end of file +} From b6ab15a1f6ad1354db588478ade1fcb21413e063 Mon Sep 17 00:00:00 2001 From: Hemanth Vaddi <94161097+hvaddi-cogito@users.noreply.github.com> Date: Wed, 6 Dec 2023 14:57:50 +0530 Subject: [PATCH 2/2] Update gradle.properties --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 68e79d7..fd261fc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ -version=1.2-dev +version=1.2 nexusUsername= nexusPassword= signing.keyId= signing.password= -signing.secretKeyRingFile= \ No newline at end of file +signing.secretKeyRingFile=