Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion devslab-kit-demo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
// The devslab-kit starter pulls in the whole platform's auto-configuration —
// including Swagger UI (springdoc is bundled from 0.2.1), so /swagger-ui and
// /v3/api-docs come up with no extra dependency.
implementation("kr.devslab:devslab-kit-spring-boot-starter:0.4.0")
implementation("kr.devslab:devslab-kit-spring-boot-starter:0.4.1")

// devslab-kit is deliberately unopinionated about which Spring starters you
// bring — a consumer wires the runtime it actually wants. This is the set the
Expand Down
Loading