We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28a452b commit bcb9d91Copy full SHA for bcb9d91
1 file changed
pom.xml
@@ -93,11 +93,17 @@
93
<groupId>org.apache.commons</groupId>
94
<artifactId>commons-configuration2</artifactId>
95
<version>2.12.0</version>
96
+ <exclusions>
97
+ <exclusion>
98
+ <groupId>org.apache.commons</groupId>
99
+ <artifactId>commons-lang3</artifactId>
100
+ </exclusion>
101
+ </exclusions>
102
</dependency>
103
<dependency>
104
105
<artifactId>commons-lang3</artifactId>
- <version>3.17.0</version>
106
+ <version>3.18.0</version>
107
108
109
<groupId>commons-io</groupId>
0 commit comments