Skip to content

Commit

Permalink
⬆️ Bump org.seleniumhq.selenium:selenium-manager (#1947)
Browse files Browse the repository at this point in the history
Bumps [org.seleniumhq.selenium:selenium-manager](https://github.com/SeleniumHQ/selenium) from 4.24.0 to 4.25.0.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-4.24.0...selenium-4.25.0)

---
updated-dependencies:
- dependency-name: org.seleniumhq.selenium:selenium-manager
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 23, 2024
1 parent 5cc70d2 commit 461cb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ compose.desktop {
}

val seleniumManagerJar: File =
configurations.detachedConfiguration(dependencies.create("org.seleniumhq.selenium:selenium-manager:4.24.0"))
configurations.detachedConfiguration(dependencies.create("org.seleniumhq.selenium:selenium-manager:4.25.0"))
.resolve().first()

extract(seleniumManagerJar, appResourcesRootDir.get().asFile)
Expand Down

0 comments on commit 461cb42

Please sign in to comment.