Skip to content

Commit 3988ce4

Browse files
committed
Update build.gradle
1 parent e908059 commit 3988ce4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ configurations.all {
101101
dependencySubstitution {
102102
substitute module('commons-lang:commons-lang') using module('org.apache.commons:commons-lang3:3.20.0')
103103
}
104+
105+
// Force commons-codec, pulled in transitively via httpclient 4.5.14, to a
106+
// version that fixes SNYK-JAVA-COMMONSCODEC-561518 (CWE-200 info exposure)
107+
force 'commons-codec:commons-codec:1.14'
104108
}
105109
}
106110

0 commit comments

Comments
 (0)