Skip to content

Commit

Permalink
Merge pull request #211 from navikt/dependabot/gradle/ktorVersion-2.3.7
Browse files Browse the repository at this point in the history
Bump ktorVersion from 2.3.6 to 2.3.7
  • Loading branch information
github-actions[bot] authored Dec 28, 2023
2 parents ffbe4f5 + 1237140 commit c0576f5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.6"
val ktorVersion = "2.3.7"

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.6"
val ktorVersion = "2.3.7"

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

dependencies {
// implementation(project(":cache"))
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.6")
testImplementation("io.ktor:ktor-server-test-host:2.3.7")
}

0 comments on commit c0576f5

Please sign in to comment.