aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorMatteo Mara <matteo.mara@sonarsource.com>2023-09-06 15:12:46 +0200
committersonartech <sonartech@sonarsource.com>2023-09-06 20:02:49 +0000
commit15f71966869213b2d6a25b1a8d04d0a69d9739d9 (patch)
treea7d8d459af5442a18e4bec8911f4784590712366 /build.gradle
parent155166662cc3c1f0c54ec1a48e96b82322ea3e45 (diff)
downloadsonarqube-15f71966869213b2d6a25b1a8d04d0a69d9739d9.tar.gz
sonarqube-15f71966869213b2d6a25b1a8d04d0a69d9739d9.zip
SONAR-20328 Update commons-dbutils:commons-dbutils to 1.8.0
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 153a56e9674..f2960c8751c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -279,7 +279,7 @@ subprojects {
exclude 'commons-logging:commons-logging'
}
dependency 'commons-codec:commons-codec:1.15'
- dependency 'commons-dbutils:commons-dbutils:1.7'
+ dependency 'commons-dbutils:commons-dbutils:1.8.0'
dependency 'commons-io:commons-io:2.13.0'
dependency 'commons-lang:commons-lang:2.6'
imports { mavenBom 'com.fasterxml.jackson:jackson-bom:2.15.2' }