Skip to content

Commit bcb9d91

Browse files
committed
Update commons-lang3 to 3.18.0
1 parent 28a452b commit bcb9d91

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,17 @@
9393
<groupId>org.apache.commons</groupId>
9494
<artifactId>commons-configuration2</artifactId>
9595
<version>2.12.0</version>
96+
<exclusions>
97+
<exclusion>
98+
<groupId>org.apache.commons</groupId>
99+
<artifactId>commons-lang3</artifactId>
100+
</exclusion>
101+
</exclusions>
96102
</dependency>
97103
<dependency>
98104
<groupId>org.apache.commons</groupId>
99105
<artifactId>commons-lang3</artifactId>
100-
<version>3.17.0</version>
106+
<version>3.18.0</version>
101107
</dependency>
102108
<dependency>
103109
<groupId>commons-io</groupId>

0 commit comments

Comments
 (0)