From 77a89e5a02f455913ebf18acd60c42b518493452 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 19:42:45 +0000 Subject: [PATCH] Bump commons-io:commons-io from 2.13.0 to 2.16.0 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] --- ide-launcher/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide-launcher/build.gradle.kts b/ide-launcher/build.gradle.kts index 2a7e2895..bd3b4b15 100644 --- a/ide-launcher/build.gradle.kts +++ b/ide-launcher/build.gradle.kts @@ -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) {