Skip to content

Commit

Permalink
Upgrade versions of redoc and swagger plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
mourjo committed Aug 2, 2024
1 parent c62d619 commit 449f0f9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Empty file modified gradlew
100644 → 100755
Empty file.
6 changes: 3 additions & 3 deletions javalin-plugins/javalin-redoc-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ description = "Javalin ReDoc Plugin | Serve ReDoc UI for OpenAPI specification"
dependencies {
api(project(":openapi-specification"))

implementation("org.webjars.npm:redoc:2.0.0-rc.70") { // also bump redoc-ui version in OpenApiConfiguration
implementation("org.webjars.npm:redoc:2.1.4") { // also bump redoc-ui version in OpenApiConfiguration
exclude(group = "org.webjars.npm")
}
implementation("org.webjars.npm:js-tokens:5.0.0")
}
implementation("org.webjars.npm:js-tokens:8.0.2")
}
4 changes: 2 additions & 2 deletions javalin-plugins/javalin-swagger-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ description = "Javalin Swagger Plugin | Serve Swagger UI for OpenAPI specificati
dependencies {
api(project(":openapi-specification"))
@Suppress("GradlePackageUpdate")
api("org.webjars:swagger-ui:3.52.5") // also bump swagger-ui version in OpenApiConfiguration
}
api("org.webjars:swagger-ui:5.17.14") // also bump swagger-ui version in OpenApiConfiguration
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class SwaggerConfiguration {

// WebJar configuration
/** Swagger UI Bundle version */
var version = "3.52.5"
var version = "5.17.14"
/** Swagger UI Bundler webjar location */
var webJarPath = "/webjars/swagger-ui"

Expand Down

0 comments on commit 449f0f9

Please sign in to comment.