Skip to content

Commit 972989f

Browse files
Bump io.ktor:ktor-server-swagger-jvm from 2.3.0 to 2.3.11
Bumps [io.ktor:ktor-server-swagger-jvm](https://github.com/ktorio/ktor) from 2.3.0 to 2.3.11. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.11/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.0...2.3.11) --- updated-dependencies: - dependency-name: io.ktor:ktor-server-swagger-jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cbd6336 commit 972989f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ dependencies {
8585
implementation("com.expediagroup:graphql-kotlin-ktor-client:$graphql_kotlin_version")
8686
implementation("io.ktor:ktor-client-okhttp-jvm:2.3.11")
8787
implementation("io.ktor:ktor-server-core-jvm:2.3.11")
88-
implementation("io.ktor:ktor-server-swagger-jvm:2.3.0")
88+
implementation("io.ktor:ktor-server-swagger-jvm:2.3.11")
8989

9090
testImplementation("io.mockk:mockk:1.12.4")
9191
testImplementation("io.ktor:ktor-server-tests:2.3.11")

0 commit comments

Comments
 (0)