Skip to content

Commit

Permalink
Bump commons-io:commons-io from 2.11.0 to 2.12.0
Browse files Browse the repository at this point in the history
Bumps commons-io:commons-io from 2.11.0 to 2.12.0.

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 22, 2023
1 parent d1b84f8 commit 7ec9385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/selenium/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
api("org.seleniumhq.selenium:selenium-java:4.9.1")

api("io.github.bonigarcia:webdrivermanager:5.3.3")
implementation("commons-io:commons-io:2.11.0")
implementation("commons-io:commons-io:2.12.0")
implementation(platform("com.fasterxml.jackson:jackson-bom:2.15.1"))
implementation("org.bouncycastle:bcprov-jdk15on:1.70")

Expand Down

0 comments on commit 7ec9385

Please sign in to comment.