Skip to content

Commit

Permalink
Update swagger libs
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrp committed Dec 8, 2024
1 parent 5b2a777 commit 8cf403a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
)
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 2 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8cf403a

Please sign in to comment.