Skip to content

Commit

Permalink
Merge pull request #191 from navikt/dependabot/gradle/ktorVersion-2.3.5
Browse files Browse the repository at this point in the history
Bump ktorVersion from 2.3.3 to 2.3.5
  • Loading branch information
github-actions[bot] authored Oct 16, 2023
2 parents 1c9add2 + 388b6e6 commit 5d6f1fe
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.3"
val ktorVersion = "2.3.5"

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.3"
val ktorVersion = "2.3.5"

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.3")
testImplementation("io.ktor:ktor-server-test-host:2.3.5")
}

0 comments on commit 5d6f1fe

Please sign in to comment.