Skip to content

Commit

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

---
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 and nizienko committed May 2, 2024
1 parent 40d135a commit b57f436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ide-launcher/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
testImplementation(project(":remote-fixtures"))
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.3")
testImplementation("commons-io:commons-io:2.13.0")
testImplementation("commons-io:commons-io:2.16.1")
}

val sourcesJar by tasks.creating(Jar::class) {
Expand Down

0 comments on commit b57f436

Please sign in to comment.