aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorWojtek Wajerowicz <115081248+wojciech-wajerowicz-sonarsource@users.noreply.github.com>2024-02-06 10:11:01 +0100
committersonartech <sonartech@sonarsource.com>2024-02-08 20:02:46 +0000
commit3075523ba7e733211d4ec55e272b92d4ea1f6585 (patch)
treed388dc2433eed5dff19beae537770da913dd5d62 /build.gradle
parent0f0ecdc16b270f5ec520fef001aff5b6c9181c32 (diff)
downloadsonarqube-3075523ba7e733211d4ec55e272b92d4ea1f6585.tar.gz
sonarqube-3075523ba7e733211d4ec55e272b92d4ea1f6585.zip
SONAR-21569 Update commons-io:commons-io 2.15.0 -> 2.15.1
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 744f597696e..33e0b393767 100644
--- a/build.gradle
+++ b/build.gradle
@@ -294,7 +294,7 @@ subprojects {
}
dependency 'commons-codec:commons-codec:1.16.0'
dependency 'commons-dbutils:commons-dbutils:1.8.1'
- dependency 'commons-io:commons-io:2.15.0'
+ dependency 'commons-io:commons-io:2.15.1'
dependency 'commons-lang:commons-lang:2.6'
imports { mavenBom 'com.fasterxml.jackson:jackson-bom:2.16.1' }
dependency 'com.eclipsesource.minimal-json:minimal-json:0.9.5'