From 8cf403af3641d409e3ecd8860feea8b3ddd652ca Mon Sep 17 00:00:00 2001 From: Piotr Przybylski Date: Fri, 6 Dec 2024 11:02:48 +0100 Subject: [PATCH] Update swagger libs --- build.sbt | 6 ++---- docs/Changelog.md | 2 ++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sbt b/build.sbt index e0ad0a586d5..5f57cbd6540 100644 --- a/build.sbt +++ b/build.sbt @@ -1186,8 +1186,6 @@ lazy val jsonUtils = (project in utils("json-utils")) ExclusionRule(organization = "javax.validation"), ExclusionRule(organization = "jakarta.activation"), ExclusionRule(organization = "jakarta.validation"), - // due to swagger-parser duplicated files with different implementation https://github.com/swagger-api/swagger-parser/issues/2126 - ExclusionRule("io.swagger", "swagger-parser-safe-url-resolver") ), "com.github.erosb" % "everit-json-schema" % everitSchemaV exclude ("commons-logging", "commons-logging"), ) @@ -1717,8 +1715,8 @@ lazy val httpUtils = (project in utils("http-utils")) ) .dependsOn(componentsApi % Provided, testUtils % Test) -val swaggerParserV = "2.1.22" -val swaggerIntegrationV = "2.2.10" +val swaggerParserV = "2.1.24" +val swaggerIntegrationV = "2.2.26" lazy val openapiComponents = (project in component("openapi")) .configs(IntegrationTest) diff --git a/docs/Changelog.md b/docs/Changelog.md index 04930feb3e9..3c3f9e2b659 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -25,6 +25,8 @@ * Added support for PerformSingleExecution action in DeploymentManager and in GUI * Improved scenario state management to include information about current and deployed versions and allow more customization * [#7184](https://github.com/TouK/nussknacker/pull/7184) Improve Nu Designer API notifications endpoint, to include events related to currently displayed scenario +* [#7290](https://github.com/TouK/nussknacker/pull/7290) Dependency updates: + * swagger-parser 2.1.22 -> 2.1.24, fixes shading issue (https://github.com/swagger-api/swagger-parser/issues/2126) ## 1.18