We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18270fa commit 85a4518Copy full SHA for 85a4518
changelogs/unreleased/fix-swagger-ui-error.yml
@@ -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
@@ -175,7 +175,7 @@ libs.resteasy_server = [
175
]
176
177
libs.swagger_jaxrs2 = [
178
- dependencies.create("io.swagger.core.v3:swagger-jaxrs2:2.2.26") {
+ dependencies.create("io.swagger.core.v3:swagger-jaxrs2:2.2.28") {
179
exclude group: "com.fasterxml.jackson.core", module: "jackson-databind"
180
exclude group: "com.fasterxml.jackson.core", module: "jackson-annotations"
181
exclude group: "com.fasterxml.jackson.jaxrs", module: "jackson-jaxrs-json-provider"
0 commit comments