Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Dec 4, 2023
1 parent 18d967d commit f974027
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.12.1")

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

Expand Down

0 comments on commit f974027

Please sign in to comment.