Skip to content

Commit cbd6336

Browse files
authored
Merge pull request #83 from navikt/dependabot/gradle/io.ktor-ktor-server-core-jvm-2.3.11
Bump io.ktor:ktor-server-core-jvm from 2.3.0 to 2.3.11
2 parents 7142442 + 8bd6386 commit cbd6336

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
@@ -84,7 +84,7 @@ dependencies {
8484
implementation("net.logstash.logback:logstash-logback-encoder:$logstash_version")
8585
implementation("com.expediagroup:graphql-kotlin-ktor-client:$graphql_kotlin_version")
8686
implementation("io.ktor:ktor-client-okhttp-jvm:2.3.11")
87-
implementation("io.ktor:ktor-server-core-jvm:2.3.0")
87+
implementation("io.ktor:ktor-server-core-jvm:2.3.11")
8888
implementation("io.ktor:ktor-server-swagger-jvm:2.3.0")
8989

9090
testImplementation("io.mockk:mockk:1.12.4")

0 commit comments

Comments
 (0)