Skip to content

Commit

Permalink
Merge pull request #199 from navikt/dependabot/gradle/ktorVersion-2.3.6
Browse files Browse the repository at this point in the history
Bump ktorVersion from 2.3.5 to 2.3.6
  • Loading branch information
github-actions[bot] authored Nov 7, 2023
2 parents cdf136b + 1c0a32e commit c6f1ce1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ktor-auth-azuread/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val ktorVersion = "2.3.5"
val ktorVersion = "2.3.6"

dependencies {
implementation(project(":cache"))
Expand Down
2 changes: 1 addition & 1 deletion ktor-auth-maskinporten/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val ktorVersion = "2.3.5"
val ktorVersion = "2.3.6"

dependencies {
implementation("io.ktor:ktor-client-auth:$ktorVersion")
Expand Down
2 changes: 1 addition & 1 deletion ktor-utils/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ dependencies {
implementation("com.sksamuel.hoplite:hoplite-yaml:2.7.5")

testImplementation(kotlin("test"))
testImplementation("io.ktor:ktor-server-test-host:2.3.5")
testImplementation("io.ktor:ktor-server-test-host:2.3.6")
}

0 comments on commit c6f1ce1

Please sign in to comment.