Skip to content

Commit

Permalink
fix(deps): update dependency org.springdoc:springdoc-openapi-starter-…
Browse files Browse the repository at this point in the history
…webmvc-ui to v2.2.0 (#730)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 9, 2023
1 parent d943f15 commit 1f3db02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ if (!project.hasProperty("prod")) {


dependencies {
implementationDev("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.1.0")
implementationDev("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0")
implementationDev("org.xerial:sqlite-jdbc:3.42.0.0")

implementationProd(files("lib/sqlite-jdbc-3.40.0.0.jar"))
Expand Down

0 comments on commit 1f3db02

Please sign in to comment.