Skip to content

Commit

Permalink
build(deps): Bump com.microsoft.playwright:playwright
Browse files Browse the repository at this point in the history
Bumps [com.microsoft.playwright:playwright](https://github.com/microsoft/playwright-java) from 1.44.0 to 1.45.0.
- [Release notes](https://github.com/microsoft/playwright-java/releases)
- [Commits](microsoft/playwright-java@v1.44.0...v1.45.0)

---
updated-dependencies:
- dependency-name: com.microsoft.playwright:playwright
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and orange-buffalo committed Jul 7, 2024
1 parent 59fb2e7 commit 8614738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ configurations["implementation"].extendsFrom(shadowDependencies)

dependencies {
api("org.testcontainers:testcontainers:1.19.8")
api("com.microsoft.playwright:playwright:1.44.0")
api("com.microsoft.playwright:playwright:1.45.0")
api("org.jetbrains.kotlin:kotlin-stdlib:1.7.22")

shadowDependencies("io.github.microutils:kotlin-logging:3.0.5")
Expand All @@ -50,7 +50,7 @@ dependencies {
compileOnly("org.junit.jupiter:junit-jupiter-api:5.10.3")

testImplementation("io.kotest:kotest-assertions-core:5.9.1")
testImplementation("com.microsoft.playwright:playwright:1.44.0")
testImplementation("com.microsoft.playwright:playwright:1.45.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.3")
testImplementation("org.testcontainers:nginx:1.19.8")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.3")
Expand Down

0 comments on commit 8614738

Please sign in to comment.