Skip to content

Commit 85a4518

Browse files
fbenbaichpbe-axelor
fbenbaich
authored andcommitted
Upgrade Swagger from 2.2.26 to 2.2.28
This fix API Swagger documentation error due to jackson version mismatch. See swagger-api/swagger-ui#10220. Fixes #1347
1 parent 18270fa commit 85a4518

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
title: Upgrade Swagger from 2.2.26 to 2.2.28
2+
type: fix
3+
description: |
4+
This fix API Swagger documentation error due to jackson version mismatch

gradle/libs.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ libs.resteasy_server = [
175175
]
176176

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

0 commit comments

Comments
 (0)