Skip to content

Commit

Permalink
Upgrade Swagger from 2.2.26 to 2.2.28
Browse files Browse the repository at this point in the history
This fix API Swagger documentation error due to jackson version
mismatch. See swagger-api/swagger-ui#10220.

Fixes #1347
  • Loading branch information
fbenbaich authored and pbe-axelor committed Jan 30, 2025
1 parent 18270fa commit 85a4518
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelogs/unreleased/fix-swagger-ui-error.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
title: Upgrade Swagger from 2.2.26 to 2.2.28
type: fix
description: |
This fix API Swagger documentation error due to jackson version mismatch
2 changes: 1 addition & 1 deletion gradle/libs.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ libs.resteasy_server = [
]

libs.swagger_jaxrs2 = [
dependencies.create("io.swagger.core.v3:swagger-jaxrs2:2.2.26") {
dependencies.create("io.swagger.core.v3:swagger-jaxrs2:2.2.28") {
exclude group: "com.fasterxml.jackson.core", module: "jackson-databind"
exclude group: "com.fasterxml.jackson.core", module: "jackson-annotations"
exclude group: "com.fasterxml.jackson.jaxrs", module: "jackson-jaxrs-json-provider"
Expand Down

0 comments on commit 85a4518

Please sign in to comment.