diff options
author | Steve Marion <steve.marion@sonarsource.com> | 2024-10-02 16:14:07 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-10-07 20:03:14 +0000 |
commit | e2a98ff2a39af6616037610b7fa9f610273999c4 (patch) | |
tree | c20b8e516377006e3d1efcb4b20e7f61f057ce1c | |
parent | 4d4997b70019b2d7337b960a49310ef8a17a1bb6 (diff) | |
download | sonarqube-e2a98ff2a39af6616037610b7fa9f610273999c4.tar.gz sonarqube-e2a98ff2a39af6616037610b7fa9f610273999c4.zip |
SONAR-23133 upgrade commons-codec:commons-codec from 1.17.0 to 1.17.1
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 89fed64d0a9..3776065d667 100644 --- a/build.gradle +++ b/build.gradle @@ -296,7 +296,7 @@ subprojects { dependency('commons-beanutils:commons-beanutils:1.9.4') { exclude 'commons-logging:commons-logging' } - dependency 'commons-codec:commons-codec:1.17.0' + dependency 'commons-codec:commons-codec:1.17.1' dependency 'commons-dbutils:commons-dbutils:1.8.1' dependency 'commons-io:commons-io:2.16.1' imports { mavenBom 'com.fasterxml.jackson:jackson-bom:2.17.1' } |