From 9f77b7fe782f8eacf6be0f0c153091b6be71739f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 00:01:20 +0000 Subject: [PATCH] Bump commons-io:commons-io from 2.15.0 to 2.15.1 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1c5c385..7e6d8f6 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ dependencies { implementation 'org.jsoup:jsoup:1.17.1' implementation 'in.wilsonl.minifyhtml:minify-html:0.10.8' - implementation 'commons-io:commons-io:2.15.0' + implementation 'commons-io:commons-io:2.15.1' implementation 'com.google.javascript:closure-compiler:v20231112' implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.0' implementation 'org.graalvm.js:js:22.3.4'