From b57f4360f39040ee56cc62a5c4737bee905df6f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 19:58:10 +0000 Subject: [PATCH] Bump commons-io:commons-io from 2.13.0 to 2.16.1 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] --- 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..1eead325 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.1") } val sourcesJar by tasks.creating(Jar::class) {