Skip to content

Commit

Permalink
Merge pull request #42 from RafeArnold/dependabot/gradle/com.microsof…
Browse files Browse the repository at this point in the history
…t.playwright-playwright-1.48.0

Bump com.microsoft.playwright:playwright from 1.47.0 to 1.48.0
  • Loading branch information
RafeArnold authored Oct 21, 2024
2 parents fdd8bec + 8d0b537 commit 33f0e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {

testImplementation(kotlin("test"))
testImplementation("org.junit.jupiter:junit-jupiter-params")
testImplementation("com.microsoft.playwright:playwright:1.47.0")
testImplementation("com.microsoft.playwright:playwright:1.48.0")
}

tasks.test {
Expand Down

0 comments on commit 33f0e7c

Please sign in to comment.