Skip to content

Commit

Permalink
Bump commons-io:commons-io from 2.13.0 to 2.16.0
Browse files Browse the repository at this point in the history
Bumps commons-io:commons-io from 2.13.0 to 2.16.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 Mar 29, 2024
1 parent 4e001fe commit 77a89e5
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.0")
}

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

0 comments on commit 77a89e5

Please sign in to comment.