We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a9e64b + f6ffba0 commit 9bf534bCopy full SHA for 9bf534b
examples/build.gradle
@@ -19,6 +19,10 @@ dependencies {
19
api 'org.dom4j:dom4j:2.1.4'
20
api 'com.google.code.gson:gson:2.10.1'
21
api 'net.sourceforge.htmlcleaner:htmlcleaner:2.29'
22
- api 'com.opencsv:opencsv:5.11.1'
+ api ('com.opencsv:opencsv:5.11.2') {
23
+ // Excluding this due to a security vulnerability, and the test for the example that uses this library
24
+ // passes without this on the classpath.
25
+ exclude module: "commons-beanutils"
26
+ }
27
api 'org.apache.commons:commons-lang3:3.17.0'
28
}
0 commit comments