Skip to content

Commit

Permalink
chore: bump com.microsoft.playwright:playwright from 1.46.0 to 1.47.0
Browse files Browse the repository at this point in the history
Bumps [com.microsoft.playwright:playwright](https://github.com/microsoft/playwright-java) from 1.46.0 to 1.47.0.
- [Release notes](https://github.com/microsoft/playwright-java/releases)
- [Commits](microsoft/playwright-java@v1.46.0...v1.47.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 Ziedelth committed Sep 13, 2024
1 parent 0b19e98 commit 2f4f7d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG JAVA_VERSION=21
ARG PLAYWRIGHT_VERSION=1.46.1
ARG PLAYWRIGHT_VERSION=1.47.0
ARG BUILD_VERSION=full

FROM amazoncorretto:${JAVA_VERSION} AS java
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ val guiceVersion = "7.0.0"
val liquibaseCoreVersion = "4.29.2"
val quartzVersion = "2.5.0-rc1"
val guavaVersion = "33.3.0-jre"
val playwrightVersion = "1.46.0"
val playwrightVersion = "1.47.0"
val jsoupVersion = "1.18.1"
val gsonVersion = "2.11.0"
val openCvVersion = "4.9.0-0"
Expand Down

0 comments on commit 2f4f7d5

Please sign in to comment.